mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
chore(sentry): smaller sampling rate
This commit is contained in:
parent
f578b2fa00
commit
a5518e6b2a
@ -24,7 +24,7 @@ sentry_dsn = os.getenv("SENTRY_DSN")
|
||||
if sentry_dsn:
|
||||
sentry_sdk.init(
|
||||
dsn=sentry_dsn,
|
||||
traces_sample_rate=1.0,
|
||||
traces_sample_rate=0.1,
|
||||
)
|
||||
|
||||
app = FastAPI()
|
||||
|
@ -22,7 +22,7 @@ sentry_dsn = os.getenv("SENTRY_DSN")
|
||||
if sentry_dsn:
|
||||
sentry_sdk.init(
|
||||
dsn=sentry_dsn,
|
||||
traces_sample_rate=1.0,
|
||||
traces_sample_rate=0.1,
|
||||
)
|
||||
|
||||
app = FastAPI()
|
||||
|
@ -41,7 +41,7 @@ sentry_dsn = os.getenv("SENTRY_DSN")
|
||||
if sentry_dsn:
|
||||
sentry_sdk.init(
|
||||
dsn=sentry_dsn,
|
||||
traces_sample_rate=1.0,
|
||||
traces_sample_rate=0.1,
|
||||
)
|
||||
|
||||
app = FastAPI()
|
||||
|
@ -23,7 +23,7 @@ sentry_dsn = os.getenv("SENTRY_DSN")
|
||||
if sentry_dsn:
|
||||
sentry_sdk.init(
|
||||
dsn=sentry_dsn,
|
||||
traces_sample_rate=1.0,
|
||||
traces_sample_rate=0.1,
|
||||
)
|
||||
|
||||
app = FastAPI()
|
||||
|
Loading…
Reference in New Issue
Block a user