diff --git a/housewatch/settings/__init__.py b/housewatch/settings/__init__.py index 8d2a3a3..e2dbad8 100644 --- a/housewatch/settings/__init__.py +++ b/housewatch/settings/__init__.py @@ -34,11 +34,11 @@ # Set traces_sample_rate to 1.0 to capture 100% # of transactions for performance monitoring. # We recommend adjusting this value in production. - traces_sample_rate=1.0, + traces_sample_rate=0.0, # Set profiles_sample_rate to 1.0 to profile 100% # of sampled transactions. # We recommend adjusting this value in production. - profiles_sample_rate=1.0, + profiles_sample_rate=0.0, ) # TODO: Figure out why things dont work on cloud without debug