Skip to content

Commit

Permalink
str str instead of str bool
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Jul 17, 2023
1 parent 928cca9 commit 8d6f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def save_error_events(
with metrics.timer("event_manager.save_attachments"):
save_attachments(cache_key, attachments, job)

metric_tags = {"from_relay": "_relay_processed" in job["data"]}
metric_tags = {"from_relay": str("_relay_processed" in job["data"])}

metrics.timing(
"events.latency",
Expand Down

0 comments on commit 8d6f431

Please sign in to comment.