Skip to content

Commit c9fee3f

Browse files
authored
chore(issues): Remove traceparent experiment (#93942)
- #93894 removed usage - getsentry/sentry-options-automator#4243 removed the last override
1 parent 9f84049 commit c9fee3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sentry/options/defaults.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,11 +2624,6 @@
26242624
default=0.0,
26252625
flags=FLAG_ADMIN_MODIFIABLE | FLAG_AUTOMATOR_MODIFIABLE | FLAG_RATE,
26262626
)
2627-
register(
2628-
"grouping.experiments.parameterization.traceparent",
2629-
default=0.0,
2630-
flags=FLAG_ADMIN_MODIFIABLE | FLAG_AUTOMATOR_MODIFIABLE | FLAG_RATE,
2631-
)
26322627

26332628
# TODO: For now, only a small number of projects are going through a grouping config transition at
26342629
# any given time, so we're sampling at 100% in order to be able to get good signal. Once we've fully

0 commit comments

Comments
 (0)