You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't need to add the browserTracingIntegration() in your integrations array, just set a sample rate and you should be good 👍 (you can check the example in our docs)
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
9.22.0
Framework Version
next: ^15.3.2 / react: ^19.1.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
We have Turbopack on for development only. We do have
instrumentation.ts
for Edge & Server.Expected Result
Should not see the
browserTracingIntegration
warning logged to the browser console.Actual Result
The warning is logged in production:
The text was updated successfully, but these errors were encountered: