@sentry/tracing has been deprecated and will be moved to to @sentry/node, @sentry/browser, or your framework SDK in the next major version.
BrowserTracing can be imported from @sentry/browser or your framework SDK
import { BrowserTracing } from '@sentry/browser';
new BrowserTracing()
Deprecated
@sentry/tracing
has been deprecated and will be moved to to@sentry/node
,@sentry/browser
, or your framework SDK in the next major version.BrowserTracing
can be imported from@sentry/browser
or your framework SDKimport { BrowserTracing } from '@sentry/browser'; new BrowserTracing()