-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(core)!: Remove hasTracingEnabled
#17072
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
Conversation
size-limit report 📦
|
`hasTracingEnabled` was deprecated in v9, use `hasSpansEnabled` as a direct replacement.
ef17d52
to
5eae960
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Markdown Formatting Error in MIGRATION.md
Unresolved Git merge conflict markers (<<<<<<< HEAD
and >>>>>>>
) were accidentally committed to MIGRATION.md
. These markers appear within a list item, causing malformed markdown and breaking the documentation's formatting.
MIGRATION.md#L8-L12
sentry-javascript/MIGRATION.md
Lines 8 to 12 in 5eae960
- Upgrading from [SDK 8.x to 9.x](./docs/migration/v8-to-v9.md) | |
<<<<<<< HEAD | |
- # Upgrading from [SDK 9.x to 10.x](#upgrading-from-9x-to-10x) | |
- Upgrading from [SDK 9.x to 10.x](#upgrading-from-8x-to-9x) | |
> > > > > > > f726d5ab5 (chore: Add migration guide for v10 and move v8->v9 guide to docs) |
Was this report helpful? Give feedback by reacting with 👍 or 👎
hasTracingEnabled
was deprecated in v9, usehasSpansEnabled
as a direct replacement.