Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
26ecf5f
1
Parent(s):
2d824e9
spaces
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ dsn = os.getenv("SENTRY_DSN")
|
|
15 |
if not dsn:
|
16 |
print("WARNING: SENTRY_DSN not set – Sentry disabled")
|
17 |
else:
|
|
|
18 |
sentry_sdk.init(
|
19 |
dsn=dsn,
|
20 |
traces_sample_rate=0.1,
|
|
|
15 |
if not dsn:
|
16 |
print("WARNING: SENTRY_DSN not set – Sentry disabled")
|
17 |
else:
|
18 |
+
|
19 |
sentry_sdk.init(
|
20 |
dsn=dsn,
|
21 |
traces_sample_rate=0.1,
|