fix: setry profiling default value to zero
This commit is contained in:
parent
f1f7fa907a
commit
a6d111f66d
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ if bool(os.environ.get("SENTRY_DSN", False)) and os.environ.get(
|
||||||
send_default_pii=True,
|
send_default_pii=True,
|
||||||
environment=os.environ.get("SENTRY_ENVIRONMENT", "development"),
|
environment=os.environ.get("SENTRY_ENVIRONMENT", "development"),
|
||||||
profiles_sample_rate=float(
|
profiles_sample_rate=float(
|
||||||
os.environ.get("SENTRY_PROFILE_SAMPLE_RATE", 0.5)
|
os.environ.get("SENTRY_PROFILE_SAMPLE_RATE", 0)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue