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
Since quite a long time, there is no need anymore to install @sentry/tracing - anything that used to be there can & should be imported directly from your package, e.g. import { BrowserTracing } from '@sentry/react'.
We have already marked all the exports as deprecated, but I wonder if we should show a more "in your face" deprecation warning (e.g. console.warn) for this?
The text was updated successfully, but these errors were encountered:
Since quite a long time, there is no need anymore to install
@sentry/tracing
- anything that used to be there can & should be imported directly from your package, e.g.import { BrowserTracing } from '@sentry/react'
.We have already marked all the exports as deprecated, but I wonder if we should show a more "in your face" deprecation warning (e.g.
console.warn
) for this?The text was updated successfully, but these errors were encountered: