Skip to content

Commit

Permalink
More logging for auth issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-senth committed Sep 7, 2024
1 parent 0fe6678 commit b60c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seer/json_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ def compare_signature(url: str, body: bytes, signature: str, config: AppConfig =
else:
sentry_sdk.capture_message("Signature did not match hmac")

sentry_sdk.capture_message("No signature matches found")
sentry_sdk.capture_message(f"No signature matches found. URL: {url}")
return False

0 comments on commit b60c78a

Please sign in to comment.