chore: 🤖 sentry

reduce sampling
This commit is contained in:
Stan Girard 2023-11-24 23:12:18 +01:00
parent 65e656f04e
commit 3ffe6a8d5a
4 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ if sentry_dsn:
sentry_sdk.init(
dsn=sentry_dsn,
traces_sample_rate=0.1,
profiles_sample_rate=0.1,
)
app = FastAPI()

View File

@ -23,6 +23,7 @@ if sentry_dsn:
sentry_sdk.init(
dsn=sentry_dsn,
traces_sample_rate=0.1,
profiles_sample_rate=0.1,
)
app = FastAPI()

View File

@ -42,6 +42,7 @@ if sentry_dsn:
sentry_sdk.init(
dsn=sentry_dsn,
traces_sample_rate=0.1,
profiles_sample_rate=0.1,
)
app = FastAPI()

View File

@ -24,6 +24,7 @@ if sentry_dsn:
sentry_sdk.init(
dsn=sentry_dsn,
traces_sample_rate=0.1,
profiles_sample_rate=0.1,
)
app = FastAPI()