Skip to content

Commit

Permalink
Merge pull request #1829 from HSLdevcom/sentry-sampling
Browse files Browse the repository at this point in the history
set sample rate to 0.1
  • Loading branch information
vesameskanen authored Sep 14, 2017
2 parents 94a828e + 263c568 commit 003f0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/util/Raven.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function getRaven(sentryDsn, piwikId) {
Raven.config(sentryDsn, {
release: COMMIT_ID,
stacktrace: true,
sampleRate: 0.1,
}).install();

if (piwikId) {
Expand Down

0 comments on commit 003f0b9

Please sign in to comment.