Skip to content

Commit 0503b1a

Browse files
authored
docs(js): Fix browserTracingIntegration usage to prevent error (#11133)
1 parent 488fb62 commit 0503b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/performance/group-transaction-example/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as Sentry from "@sentry/browser";
1919
Sentry.init({
2020
// ...
2121
integrations: [
22-
browserTracingIntegration({
22+
Sentry.browserTracingIntegration({
2323
beforeStartSpan: (context) => {
2424
return {
2525
...context,

0 commit comments

Comments
 (0)