We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7874d commit 45ff4acCopy full SHA for 45ff4ac
tests/tracing/test_noop_span.py
@@ -1,9 +1,9 @@
1
import sentry_sdk
2
from sentry_sdk.tracing import NoOpSpan
3
4
-# This tests make sure, that the examples from the documentation [1]
5
-# are working when OTel (OpenTelementry) instrumentation is turned on
6
-# and therefore the Senntry tracing should not do anything.
+# This tests make sure that the examples from the documentation [1]
+# are working when OTel (OpenTelemetry) instrumentation is turned on,
+# and therefore, the Sentry tracing should not do anything.
7
#
8
# 1: https://docs.sentry.io/platforms/python/performance/instrumentation/custom-instrumentation/
9
0 commit comments