Skip to content

Commit 08e9836

Browse files
authored
bugfix: Don't send traces to sentry from housewatch (#77)
1 parent f8da969 commit 08e9836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

housewatch/settings/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
# Set traces_sample_rate to 1.0 to capture 100%
3535
# of transactions for performance monitoring.
3636
# We recommend adjusting this value in production.
37-
traces_sample_rate=1.0,
37+
traces_sample_rate=0.0,
3838
# Set profiles_sample_rate to 1.0 to profile 100%
3939
# of sampled transactions.
4040
# We recommend adjusting this value in production.
41-
profiles_sample_rate=1.0,
41+
profiles_sample_rate=0.0,
4242
)
4343

4444
# TODO: Figure out why things dont work on cloud without debug

0 commit comments

Comments
 (0)