Skip to content

Commit

Permalink
docs(js): Fix browserTracingIntegration usage to prevent error (#11133)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Sep 18, 2024
1 parent 488fb62 commit 0503b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import * as Sentry from "@sentry/browser";
Sentry.init({
// ...
integrations: [
browserTracingIntegration({
Sentry.browserTracingIntegration({
beforeStartSpan: (context) => {
return {
...context,
Expand Down

0 comments on commit 0503b1a

Please sign in to comment.