mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
chore(sentry): sampling
This commit is contained in:
parent
9dd7113625
commit
928e6b6ab2
@ -43,8 +43,6 @@ sentry_dsn = os.getenv("SENTRY_DSN")
|
||||
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=[
|
||||
|
Loading…
Reference in New Issue
Block a user