Skip to content

Commit

Permalink
ref(metrics): Fix comment typo (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex committed Apr 25, 2024
1 parent 361395a commit aef20d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _encode_metrics(flushable_buckets):
out = io.BytesIO()
_write = out.write

# Note on sanetization: we intentionally sanetize in emission (serialization)
# Note on sanitization: we intentionally sanitize in emission (serialization)
# and not during aggregation for performance reasons. This means that the
# envelope can in fact have duplicate buckets stored. This is acceptable for
# relay side emission and should not happen commonly.
Expand Down

0 comments on commit aef20d2

Please sign in to comment.