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
ref(node): Remove dependency on @sentry/tracing (#4647)
We would like to remove `@sentry/tracing` as a dependency to `@sentry/node` since it has a massive impact on startup time.
We do this by eliminating the `import { extractTraceparentData, Span } from '@sentry/tracing';` in `packages/node/src/handlers.ts`
We move `extractTraceparentData` into `@sentry/utils` and use `Span` from `@sentry/types` instead of `@sentry/tracing`.
Co-authored-by: Katie Byers <[email protected]>
0 commit comments