Skip to content

Deprecate tracing package #7586

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

Closed
AbhiPrasad opened this issue Mar 23, 2023 · 2 comments · Fixed by #7611
Closed

Deprecate tracing package #7586

AbhiPrasad opened this issue Mar 23, 2023 · 2 comments · Fixed by #7611
Assignees

Comments

@AbhiPrasad
Copy link
Member

AbhiPrasad commented Mar 23, 2023

Let's mark the import as deprecated with the new instructions. Dependent on getsentry/sentry-docs#6518 getting completed first.

@timfish
Copy link
Collaborator

timfish commented Mar 23, 2023

I'm not sure if it's possible to display a deprecation warning for a bare import:

import '@sentry/tracing';

We could log a warning but that would be quite intrusive. We can deprecate all the exports which should cover most usages.

@AbhiPrasad
Copy link
Member Author

We can deprecate all the exports which should cover most usages.

I think this should be good enough! We also then need to update the README of the package with new guidance.

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 a pull request may close this issue.

2 participants