Skip to content

Commit 533bb0c

Browse files
author
Luca Forstner
committed
Try fix ci
1 parent 7992010 commit 533bb0c

File tree

1 file changed

+6
-6
lines changed
  • packages/integration-tests/suites/public-api/extraerrordata

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import * as Sentry from '@sentry/browser';
2-
// import { ExtraErrorData as ExtraErrorDataIntegration } from '@sentry/integrations';
2+
import { ExtraErrorData as ExtraErrorDataIntegration } from '@sentry/integrations';
33

44
window.Sentry = Sentry;
55

66
Sentry.init({
77
dsn: 'https://[email protected]/1337',
8-
// integrations: [
9-
// new ExtraErrorDataIntegration({
10-
// depth: 10,
11-
// }),
12-
// ],
8+
integrations: [
9+
new ExtraErrorDataIntegration({
10+
depth: 10,
11+
}),
12+
],
1313
// normalizeDepth: 3,
1414
});

0 commit comments

Comments
 (0)