sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

[v8] Remove `@sentry/tracing` package

Open mydea opened this issue 2 years ago • 0 comments

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?

mydea avatar Aug 11 '23 08:08 mydea