Skip to content

Commit

Permalink
Revert "chore(profiling): remove profiling.stack_trace_rules.allowed_…
Browse files Browse the repository at this point in the history
…project_ids option (#81903)"

This reverts commit 8827d06.

Co-authored-by: armenzg <[email protected]>
  • Loading branch information
getsentry-bot and armenzg committed Dec 11, 2024
1 parent f8dbf86 commit d0bea1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,15 @@
flags=FLAG_AUTOMATOR_MODIFIABLE,
)

# list of project IDs for which we'll apply
# stack trace rules to the profiles in case
# there are any rules defined
register(
"profiling.stack_trace_rules.allowed_project_ids",
type=Sequence,
default=[],
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
)
register(
"performance.event-tracker.sample-rate.transactions",
default=0.0,
Expand Down

0 comments on commit d0bea1a

Please sign in to comment.