Skip to content

Commit

Permalink
Capture every error on prod for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn authored and jdbass committed May 17, 2024
1 parent a8d80f4 commit c7f0140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/appointment/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _common_setup():
sample_rate = 1.0
elif environment == 'production':
profile_traces_max = 0.25
sample_rate = 0.5
sample_rate = 1.0

def traces_sampler(sampling_context):
"""Tell Sentry to ignore or reduce traces for particular routes"""
Expand Down

0 comments on commit c7f0140

Please sign in to comment.