@@ -50,6 +50,10 @@ describe('Next.js code templates', () => {
50
50
51
51
// Setting this option to true will print useful information to the console while you're setting up Sentry.
52
52
debug: false,
53
+
54
+ // Enable sending user PII (Personally Identifiable Information)
55
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
56
+ sendDefaultPii: true,
53
57
});
54
58
55
59
export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;"
@@ -90,6 +94,10 @@ describe('Next.js code templates', () => {
90
94
91
95
// Setting this option to true will print useful information to the console while you're setting up Sentry.
92
96
debug: false,
97
+
98
+ // Enable sending user PII (Personally Identifiable Information)
99
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
100
+ sendDefaultPii: true,
93
101
});
94
102
95
103
export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;"
@@ -120,6 +128,10 @@ describe('Next.js code templates', () => {
120
128
121
129
// Setting this option to true will print useful information to the console while you're setting up Sentry.
122
130
debug: false,
131
+
132
+ // Enable sending user PII (Personally Identifiable Information)
133
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
134
+ sendDefaultPii: true,
123
135
});
124
136
125
137
export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;"
@@ -161,6 +173,10 @@ describe('Next.js code templates', () => {
161
173
162
174
// Setting this option to true will print useful information to the console while you're setting up Sentry.
163
175
debug: false,
176
+
177
+ // Enable sending user PII (Personally Identifiable Information)
178
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
179
+ sendDefaultPii: true,
164
180
});
165
181
166
182
export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;"
@@ -195,6 +211,10 @@ describe('Next.js code templates', () => {
195
211
196
212
// Setting this option to true will print useful information to the console while you're setting up Sentry.
197
213
debug: false,
214
+
215
+ // Enable sending user PII (Personally Identifiable Information)
216
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
217
+ sendDefaultPii: true,
198
218
});
199
219
"
200
220
` ) ;
@@ -222,6 +242,10 @@ describe('Next.js code templates', () => {
222
242
223
243
// Setting this option to true will print useful information to the console while you're setting up Sentry.
224
244
debug: false,
245
+
246
+ // Enable sending user PII (Personally Identifiable Information)
247
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
248
+ sendDefaultPii: true,
225
249
});
226
250
"
227
251
` ) ;
@@ -252,6 +276,10 @@ describe('Next.js code templates', () => {
252
276
253
277
// Setting this option to true will print useful information to the console while you're setting up Sentry.
254
278
debug: false,
279
+
280
+ // Enable sending user PII (Personally Identifiable Information)
281
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
282
+ sendDefaultPii: true,
255
283
});
256
284
"
257
285
` ) ;
@@ -279,6 +307,10 @@ describe('Next.js code templates', () => {
279
307
280
308
// Setting this option to true will print useful information to the console while you're setting up Sentry.
281
309
debug: false,
310
+
311
+ // Enable sending user PII (Personally Identifiable Information)
312
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
313
+ sendDefaultPii: true,
282
314
});
283
315
"
284
316
` ) ;
@@ -312,6 +344,10 @@ describe('Next.js code templates', () => {
312
344
313
345
// Setting this option to true will print useful information to the console while you're setting up Sentry.
314
346
debug: false,
347
+
348
+ // Enable sending user PII (Personally Identifiable Information)
349
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
350
+ sendDefaultPii: true,
315
351
});
316
352
"
317
353
` ) ;
@@ -340,6 +376,10 @@ describe('Next.js code templates', () => {
340
376
341
377
// Setting this option to true will print useful information to the console while you're setting up Sentry.
342
378
debug: false,
379
+
380
+ // Enable sending user PII (Personally Identifiable Information)
381
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
382
+ sendDefaultPii: true,
343
383
});
344
384
"
345
385
` ) ;
@@ -368,6 +408,10 @@ describe('Next.js code templates', () => {
368
408
369
409
// Setting this option to true will print useful information to the console while you're setting up Sentry.
370
410
debug: false,
411
+
412
+ // Enable sending user PII (Personally Identifiable Information)
413
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/options/#sendDefaultPii
414
+ sendDefaultPii: true,
371
415
});
372
416
"
373
417
` ) ;
0 commit comments