mirror of
https://github.com/simple-login/app.git
synced 2025-09-04 13:44:23 +08:00
Update config
This commit is contained in:
parent
2afb58d079
commit
76f72a0b17
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ print(">>> URL:", URL)
|
|||
RP_ID = urlparse(URL).hostname
|
||||
|
||||
SENTRY_DSN = os.environ.get("SENTRY_DSN")
|
||||
SENTRY_TRACE_RATE = float(os.environ.get("SENTRY_TRACE_RATE", "0.01"))
|
||||
SENTRY_TRACE_RATE = float(os.environ.get("SENTRY_TRACE_RATE", "0.001"))
|
||||
|
||||
# can use another sentry project for the front-end to avoid noises
|
||||
SENTRY_FRONT_END_DSN = os.environ.get("SENTRY_FRONT_END_DSN") or SENTRY_DSN
|
||||
|
|
Loading…
Add table
Reference in a new issue