Skip to content

Commit

Permalink
update sentry sampler path
Browse files Browse the repository at this point in the history
  • Loading branch information
triwinds committed Feb 17, 2024
1 parent be7cbe4 commit 17b6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def sampler(sample_data):
if 'wsgi_environ' in sample_data and sample_data['wsgi_environ']['PATH_INFO'] == '/index.html':
if 'wsgi_environ' in sample_data and sample_data['wsgi_environ']['PATH_INFO'] == '/eel.js':
return 0.1
return 0

Expand Down

0 comments on commit 17b6bb1

Please sign in to comment.