We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a192b6 commit e5f1850Copy full SHA for e5f1850
examples/tracing/tracing.py
@@ -26,6 +26,7 @@ def write_event(event):
26
sentry_sdk.init(
27
integrations=[FlaskIntegration(), RqIntegration()],
28
traces_sample_rate=1.0,
29
+ traceparent_v2=True,
30
debug=True,
31
transport=write_event,
32
)
0 commit comments