Skip to content

Commit

Permalink
Adjust sentry traces sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Sep 29, 2021
1 parent 54180ba commit 9386a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parsifal/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
environment=PARSIFAL_ENVIRONMENT,
release=PARSIFAL_RELEASE,
integrations=[DjangoIntegration()],
traces_sample_rate=0.05,
traces_sample_rate=0.01,
send_default_pii=True,
)
2 changes: 1 addition & 1 deletion parsifal/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
release: "{{ parsifal_release }}",
environment: "{{ parsifal_environment }}",
integrations: [new Sentry.Integrations.BrowserTracing()],
tracesSampleRate: 0.05
tracesSampleRate: 0.01
});
</script>
{% endif %}
Expand Down

0 comments on commit 9386a0f

Please sign in to comment.