Skip to content

Commit d175124

Browse files
committed
Print more debug info for analytics response
1 parent 4367f6c commit d175124

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/analytics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ def post(event_id):
8181

8282
if strtobool(os.environ.get("INPUT_DEBUG", "false")):
8383
click.echo(f"INFO: Analytics for /{event_id}: {response.text}")
84+
click.echo(response.headers)
85+
click.echo("===== end =====")

0 commit comments

Comments
 (0)