Skip to content

Commit

Permalink
chore(sentry): sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Nov 28, 2023
1 parent 9dd7113 commit 928e6b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
if sentry_dsn:
sentry_sdk.init(
dsn=sentry_dsn,
traces_sample_rate=0.1,
profiles_sample_rate=0.1,
sample_rate=0.1,
enable_tracing=True,
integrations=[
Expand Down

0 comments on commit 928e6b6

Please sign in to comment.