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
To ensure there are no breaking changes, @sentry/tracing tests should stay with that package for now, however the tests use private exports like import { _addTracingExtensions } from '../src/hubextensions';
Problem Statement
To work towards #5886 and #5815, common tracing code should be moved to
@sentry/core
.Solution Brainstorm
Initially this should be done in a way that results in no breaking changes by re-exporting the types moved to core from tracing.
The text was updated successfully, but these errors were encountered: