Skip to content

Commit

Permalink
enable continuous_profiling_auto_start
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Nov 4, 2024
1 parent 0135917 commit 2899bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/seer/bootup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def before_send(event: Event, hint: dict) -> Event | None:
release=config.SEER_VERSION_SHA,
environment=config.SENTRY_ENVIRONMENT,
before_send=before_send,
_experiments={
"continuous_profiling_auto_start": True,
},
)


Expand Down

0 comments on commit 2899bb6

Please sign in to comment.