We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7992010 commit 533bb0cCopy full SHA for 533bb0c
packages/integration-tests/suites/public-api/extraerrordata/init.js
@@ -1,14 +1,14 @@
1
import * as Sentry from '@sentry/browser';
2
-// import { ExtraErrorData as ExtraErrorDataIntegration } from '@sentry/integrations';
+import { ExtraErrorData as ExtraErrorDataIntegration } from '@sentry/integrations';
3
4
window.Sentry = Sentry;
5
6
Sentry.init({
7
dsn: 'https://[email protected]/1337',
8
- // integrations: [
9
- // new ExtraErrorDataIntegration({
10
- // depth: 10,
11
- // }),
12
- // ],
+ integrations: [
+ new ExtraErrorDataIntegration({
+ depth: 10,
+ }),
+ ],
13
// normalizeDepth: 3,
14
});
0 commit comments