Skip to content

Commit

Permalink
Disable profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhdil committed Sep 11, 2023
1 parent 7b7128f commit 124aa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akvo/settings/80-sentry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if 'SENTRY_DSN' in os.environ: # pragma: no cover
SENTRY_CONFIG['dsn'],
release=release,
environment=environment,
traces_sample_rate=0.9,
profiles_sample_rate=0.9,
# traces_sample_rate=0.9,
# profiles_sample_rate=0.9,
ignore_errors=[
'django.core.exceptions.PermissionDenied',
'django.http.response.Http404',
Expand Down

0 comments on commit 124aa2e

Please sign in to comment.