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 6dcfcec commit 79fa39fCopy full SHA for 79fa39f
scenarios/browser/basic-custom-integration.js
@@ -19,5 +19,5 @@ class CustomIntegration {
19
20
init({
21
dsn: "https://[email protected]/0000000",
22
- integrations: [CustomIntegration()],
+ integrations: [new CustomIntegration()],
23
});
0 commit comments