Skip to content

Commit e5f1850

Browse files
committed
fix: Fix example
1 parent 4a192b6 commit e5f1850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tracing/tracing.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def write_event(event):
2626
sentry_sdk.init(
2727
integrations=[FlaskIntegration(), RqIntegration()],
2828
traces_sample_rate=1.0,
29+
traceparent_v2=True,
2930
debug=True,
3031
transport=write_event,
3132
)

0 commit comments

Comments
 (0)