Skip to content

Commit 571a6ea

Browse files
authored
Maintain data collection for error tracing.
1 parent 4820cba commit 571a6ea

File tree

1 file changed

+2
-0
lines changed
  • contentcuration/contentcuration/frontend/shared

1 file changed

+2
-0
lines changed

contentcuration/contentcuration/frontend/shared/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ if (process.env.NODE_ENV !== 'production') {
131131
} else if (window.sentryActive) {
132132
SentryInit({
133133
Vue,
134+
// This is required to continue to collect important user information with error traces.
135+
sendDefaultPii: true,
134136
dsn: window.sentryDSN,
135137
environment: window.sentryEnvironment,
136138
release: window.sentryRelease,

0 commit comments

Comments
 (0)