We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's mark the import as deprecated with the new instructions. Dependent on getsentry/sentry-docs#6518 getting completed first.
The text was updated successfully, but these errors were encountered:
@sentry/tracing
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.
Sorry, something went wrong.
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.
timfish
Successfully merging a pull request may close this issue.
Let's mark the import as deprecated with the new instructions. Dependent on getsentry/sentry-docs#6518 getting completed first.
The text was updated successfully, but these errors were encountered: