Skip to content

Commit aef20d2

Browse files
ref(metrics): Fix comment typo (#2992)
1 parent 361395a commit aef20d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def _encode_metrics(flushable_buckets):
284284
out = io.BytesIO()
285285
_write = out.write
286286

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

0 commit comments

Comments
 (0)