Skip to content

Commit

Permalink
Lower sentry sample rates
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhdil committed Sep 21, 2023
1 parent e128f8a commit d57f526
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.5,
profiles_sample_rate=0.5,
ignore_errors=[
'django.core.exceptions.PermissionDenied',
'django.http.response.Http404',
Expand Down

0 comments on commit d57f526

Please sign in to comment.