Skip to content

Commit

Permalink
bugfix: Don't send traces to sentry from housewatch (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Nov 2, 2024
1 parent f8da969 commit 08e9836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions housewatch/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08e9836

Please sign in to comment.