Skip to content

Commit ad5093e

Browse files
authored
Fix the snippet from the example on how to set up the browser integration (#11843)
1 parent a99b700 commit ad5093e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)