Skip to content

Commit 79fa39f

Browse files
committed
fix custom int example
1 parent 6dcfcec commit 79fa39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/browser/basic-custom-integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class CustomIntegration {
1919

2020
init({
2121
dsn: "https://[email protected]/0000000",
22-
integrations: [CustomIntegration()],
22+
integrations: [new CustomIntegration()],
2323
});

0 commit comments

Comments
 (0)