Skip to content

Commit

Permalink
Merge pull request #5306 from akvo/sentry-profiling
Browse files Browse the repository at this point in the history
Enable Sentry's performance monitoring
  • Loading branch information
zuhdil authored Sep 12, 2023
2 parents 124aa2e + 181db11 commit 0ef32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/settings/80-sentry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if 'SENTRY_DSN' in os.environ: # pragma: no cover
SENTRY_CONFIG['dsn'],
release=release,
environment=environment,
# traces_sample_rate=0.9,
traces_sample_rate=0.9,
# profiles_sample_rate=0.9,
ignore_errors=[
'django.core.exceptions.PermissionDenied',
Expand Down

0 comments on commit 0ef32a0

Please sign in to comment.