We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e49b2 commit 700f0a8Copy full SHA for 700f0a8
1 file changed
lib/external/sentry.js
@@ -191,6 +191,7 @@ const _init = (config) => { // eslint-disable-line no-shadow
191
...defaults.filter(i => !disabledIntegrations.includes(i.name)),
192
Sentry.dedupeIntegration(),
193
],
194
+ sendClientReports: false, // workaround for https://github.com/getodk/central/issues/1347
195
tracesSampleRate: Number(config.traceRate || 0),
196
beforeSend(event, hint) {
197
const sanitizedEvent = sanitizeEventRequest(event);
0 commit comments