File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ if (!process.env.BFF_SENTRY_DSN || process.env.BFF_SENTRY_DSN.trim() === '') {
16
16
} else {
17
17
Sentry . init ( {
18
18
dsn : process . env . BFF_SENTRY_DSN ,
19
- // Setting this option to true will send default PII data to Sentry.
20
- // For example, automatic IP address collection on events
21
- sendDefaultPii : true ,
22
19
environment : process . env . VITE_SENTRY_ENVIRONMENT ,
23
20
beforeSend ( event ) {
24
21
if ( event . request && event . request . cookies ) {
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ let sentryRoutes = Routes;
8
8
if ( import . meta. env . VITE_SENTRY_DSN && import . meta. env . VITE_SENTRY_DSN . length > 0 ) {
9
9
Sentry . init ( {
10
10
dsn : import . meta. env . VITE_SENTRY_DSN ,
11
- // Setting this option to true will send default PII data to Sentry.
12
- // For example, automatic IP address collection on events
13
- sendDefaultPii : true ,
14
11
environment : import . meta. env . VITE_SENTRY_ENVIRONMENT ,
15
12
integrations : [
16
13
Sentry . reactRouterV7BrowserTracingIntegration ( {
You can’t perform that action at this time.
0 commit comments