Skip to content

Commit ff7697a

Browse files
authored
Fixed "CDN loader script doesn’t expose Sentry.BrowserTracing the same way the NPM SDK does"
1 parent 25bcc0c commit ff7697a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sentry.init({
22
dsn: "https://c38250fd2a7fdb30e16b4673276ff3de@o4509151884148736.ingest.us.sentry.io/4510038332080128",
3-
integrations: [new Sentry.BrowserTracing()],
3+
integrations: [],
44
tracesSampleRate: 1.0, // 100% performance data (lower later if too much)
55
});
66

0 commit comments

Comments
 (0)