Skip to content

Commit ff00242

Browse files
Update browserprofiling.mdx (#11992)
fix syntax error
1 parent 8ffac55 commit ff00242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/integrations/browserprofiling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Read more about [setting up BrowserProfiling](./../../../profiling/).
3434

3535
```JavaScript
3636
Sentry.init({
37-
integrations: [new Sentry.browserProfilingIntegration()],
37+
integrations: [Sentry.browserProfilingIntegration()],
3838
});
3939
```

0 commit comments

Comments
 (0)