-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Frontend Error Monitoring Tutorial error: browserTracingIntegration is not a constructor #11751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Assigning to @getsentry/support for routing ⏲️ |
Interesting, thanks for flagging this @13013SwagR! It seems to be a result of the |
I've confirmed with our JS engineers that the constructor functions are deprecated here and don't work in the latest js sdks. Have a PR to update here: #11801 |
Thanks for the quick resolution! |
SDK
Android SDK
Description
Following this doc https://docs.sentry.io/product/sentry-basics/integrate-frontend/initialize-sentry-sdk/#2-add-the-sentry-react-sdk
this line
new Sentry.browserTracingIntegration(),
throws this error:
Here is my
package.json
The text was updated successfully, but these errors were encountered: