Disable Sentry
I want to restrict our monitoring just to the wardrobe-2020 fork on the main app now!
This commit is contained in:
parent
0b9cec9c44
commit
74f6d112ee
1 changed files with 6 additions and 3 deletions
|
@ -180,8 +180,11 @@ function setupLogging() {
|
||||||
/^moz-extension:\/\//,
|
/^moz-extension:\/\//,
|
||||||
],
|
],
|
||||||
|
|
||||||
// Since we're only tracking first-page loads and not navigations, 100%
|
// Don't actually send anything to Sentry though… we want to focus on
|
||||||
// sampling isn't actually so much! Tune down if it becomes a problem, tho.
|
// errors from the new main app!
|
||||||
tracesSampleRate: 1.0,
|
// TODO: If this codebase were to continue, we would want to remove Sentry,
|
||||||
|
// or make its output more reliable!
|
||||||
|
sampleRate: 0,
|
||||||
|
tracesSampleRate: 0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue