Skip to content

Commit

Permalink
fix sentery bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanGheychisaz committed Apr 14, 2024
1 parent 55675d8 commit f4b99a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamva_backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

if not settings.DEBUG:
sentry_sdk.init(
get_environment_var('SENTRY_DNS'),
get_environment_var('SENTRY_DNS', None),
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production.
Expand Down

0 comments on commit f4b99a6

Please sign in to comment.