Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tracing): Deprecate @sentry/tracing exports #7611

Merged
merged 7 commits into from Apr 4, 2023

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Mar 24, 2023

Closes #7586

Because we're using an older version of TypeScript, jsdocs overrides for re-exported types is not supported.

This means that they need to be redeclared and for classes, we need to re-export them as both a value and a type!

For the most used and obvious types, I've added text to the deprecation notice to help users migrate.

@timfish timfish marked this pull request as ready for review March 30, 2023 11:51
packages/tracing/src/index.ts Outdated Show resolved Hide resolved
@AbhiPrasad AbhiPrasad merged commit 1ccfee8 into getsentry:develop Apr 4, 2023
58 checks passed
@timfish timfish deleted the deprecate/tracing branch April 5, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate tracing package
3 participants