Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Dec 3, 2024
1 parent 10b3d22 commit 8d1940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracing/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def dummy_profiles_sampler(sampling_context):
sentry_init(traces_sample_rate=1.0, profiles_sampler=dummy_profiles_sampler)

sentry_trace = "12312012123120121231201212312012-1121201211212012-{}".format(
int(sampling_decision=parent_sampling_decision)
int(parent_sampling_decision)
)
with sentry_sdk.continue_trace({"sentry-trace": sentry_trace}):
with sentry_sdk.start_span(name="dogpark", op="op"):
Expand Down

0 comments on commit 8d1940e

Please sign in to comment.