We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8da969 commit 08e9836Copy full SHA for 08e9836
housewatch/settings/__init__.py
@@ -34,11 +34,11 @@
34
# Set traces_sample_rate to 1.0 to capture 100%
35
# of transactions for performance monitoring.
36
# We recommend adjusting this value in production.
37
- traces_sample_rate=1.0,
+ traces_sample_rate=0.0,
38
# Set profiles_sample_rate to 1.0 to profile 100%
39
# of sampled transactions.
40
41
- profiles_sample_rate=1.0,
+ profiles_sample_rate=0.0,
42
)
43
44
# TODO: Figure out why things dont work on cloud without debug
0 commit comments