We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361395a commit aef20d2Copy full SHA for aef20d2
sentry_sdk/metrics.py
@@ -284,7 +284,7 @@ def _encode_metrics(flushable_buckets):
284
out = io.BytesIO()
285
_write = out.write
286
287
- # Note on sanetization: we intentionally sanetize in emission (serialization)
+ # Note on sanitization: we intentionally sanitize in emission (serialization)
288
# and not during aggregation for performance reasons. This means that the
289
# envelope can in fact have duplicate buckets stored. This is acceptable for
290
# relay side emission and should not happen commonly.
0 commit comments