-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
v8 Deprecation Removal Task list #10100
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
Milestone
Comments
Closed
This was referenced Jan 8, 2024
@onurtemizkan @timfish feel free to tackle things here, just let us know which package you're taking. |
AbhiPrasad
added a commit
that referenced
this issue
Jan 30, 2024
ref #10100 Cannot get rid of transactions completely because we rely on accessing the root span to mutate.
This was referenced Feb 6, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 7, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 7, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 7, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 8, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 12, 2024
This was referenced Feb 16, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 20, 2024
ref #10100 Removes deprecated `defaultIntegrations` export everywhere.
AbhiPrasad
added a commit
that referenced
this issue
Feb 20, 2024
Removes `addInstrumentationHandler`, but does not move code into core just yet. ref #10100
AbhiPrasad
added a commit
that referenced
this issue
Feb 20, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 21, 2024
AbhiPrasad
added a commit
that referenced
this issue
Feb 21, 2024
AbhiPrasad
added a commit
that referenced
this issue
Mar 25, 2024
AbhiPrasad
added a commit
that referenced
this issue
Mar 25, 2024
This was referenced Mar 25, 2024
AbhiPrasad
added a commit
that referenced
this issue
Mar 26, 2024
ref #10100 Removes `span.sampled`, and rewrites transaction sampling to avoid mutating transaction.
AbhiPrasad
added a commit
that referenced
this issue
Mar 26, 2024
AbhiPrasad
added a commit
that referenced
this issue
Mar 26, 2024
ref #10100 more `getCurrentHub` usages bite the dust.
AbhiPrasad
added a commit
that referenced
this issue
Mar 26, 2024
This was referenced Apr 2, 2024
AbhiPrasad
added a commit
that referenced
this issue
Apr 3, 2024
mydea
pushed a commit
that referenced
this issue
Apr 3, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#10100 Removes `span.spanId`, `span.traceId`, and `span.parentSpanId`.
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#10100 Removes `addGlobalEventProcessor` and adds migration guide.
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#10100 Removes `span.sampled`, and rewrites transaction sampling to avoid mutating transaction.
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#10100 Goodbye `makeMain`
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#10100 more `getCurrentHub` usages bite the dust.
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
ref getsentry#9834 ref getsentry#10100 - Remove deprecated privacy options for replay - Add @sentry/replay changes to migration doc - Re-add back Replay migration doc
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
cadesalaberry
pushed a commit
to cadesalaberry/sentry-javascript
that referenced
this issue
Apr 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove eslint ignore rules and try to get rid of deprecations that we can already remove in v7. Some will have to be tackled in v8.
The text was updated successfully, but these errors were encountered: