Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
•
47cde96
1
Parent(s):
14081b6
Lower traces_sample_rate
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ sentry_sdk.init(
|
|
27 |
# Set traces_sample_rate to 1.0 to capture 100%
|
28 |
# of transactions for performance monitoring.
|
29 |
# We recommend adjusting this value in production,
|
30 |
-
traces_sample_rate=
|
31 |
)
|
32 |
|
33 |
app = FastAPI()
|
|
|
27 |
# Set traces_sample_rate to 1.0 to capture 100%
|
28 |
# of transactions for performance monitoring.
|
29 |
# We recommend adjusting this value in production,
|
30 |
+
traces_sample_rate=0.20,
|
31 |
)
|
32 |
|
33 |
app = FastAPI()
|