Skip to content

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

Closed
lforst opened this issue Jan 8, 2024 · 1 comment
Closed

v8 Deprecation Removal Task list #10100

lforst opened this issue Jan 8, 2024 · 1 comment
Milestone

Comments

@lforst
Copy link
Contributor

lforst commented Jan 8, 2024

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.

### Deprecation removals
- [x] https://github.com/getsentry/sentry-javascript/pull/10453
- [x] https://github.com/getsentry/sentry-javascript/pull/10611
- [x] Deprecations in `@sentry/sveltekit` - @Lms24
- [x] Deprecation sin `@sentry/angular` - @Lms24
- [ ] https://github.com/getsentry/sentry-javascript/pull/10104
- [ ] https://github.com/getsentry/sentry-javascript/pull/10111
- [x] Deprecations in `@sentry/remix` - @onurtemizkan
- [x] Deprecations in `@sentry/react` - @onurtemizkan
- [x] Deprecations in  `@sentry/electron` - @timfish
- [ ] https://github.com/getsentry/sentry-javascript/pull/10406
- [ ] https://github.com/getsentry/sentry-javascript/pull/10218
- [ ] https://github.com/getsentry/sentry-javascript/pull/10235
- [ ] https://github.com/getsentry/sentry-javascript/pull/10236
- [ ] https://github.com/getsentry/sentry-javascript/pull/10329
- [ ] https://github.com/getsentry/sentry-javascript/pull/10532
- [ ] https://github.com/getsentry/sentry-javascript/pull/10533
- [ ] https://github.com/getsentry/sentry-javascript/pull/10535
- [ ] https://github.com/getsentry/sentry-javascript/pull/10540
- [ ] https://github.com/getsentry/sentry-javascript/pull/10564
- [ ] https://github.com/getsentry/sentry-javascript/pull/10563
- [ ] https://github.com/getsentry/sentry-javascript/pull/10562
- [ ] https://github.com/getsentry/sentry-javascript/pull/10559
- [ ] https://github.com/getsentry/sentry-javascript/pull/10565
- [ ] https://github.com/getsentry/sentry-javascript/pull/10593
- [ ] https://github.com/getsentry/sentry-javascript/pull/10691
- [ ] https://github.com/getsentry/sentry-javascript/pull/10692
- [ ] https://github.com/getsentry/sentry-javascript/pull/10693
- [ ] https://github.com/getsentry/sentry-javascript/pull/10768
- [ ] https://github.com/getsentry/sentry-javascript/pull/10776
- [ ] https://github.com/getsentry/sentry-javascript/pull/10780
- [ ] https://github.com/getsentry/sentry-javascript/pull/10971
- [ ] https://github.com/getsentry/sentry-javascript/pull/10972
- [ ] https://github.com/getsentry/sentry-javascript/pull/10974
- [ ] https://github.com/getsentry/sentry-javascript/pull/11126
- [ ] https://github.com/getsentry/sentry-javascript/pull/11127
- [ ] https://github.com/getsentry/sentry-javascript/pull/11134
- [ ] https://github.com/getsentry/sentry-javascript/pull/11177
- [ ] https://github.com/getsentry/sentry-javascript/pull/11179
- [ ] https://github.com/getsentry/sentry-javascript/pull/11180
- [ ] https://github.com/getsentry/sentry-javascript/pull/11202
- [ ] https://github.com/getsentry/sentry-javascript/pull/11255
- [ ] https://github.com/getsentry/sentry-javascript/pull/11268
- [ ] https://github.com/getsentry/sentry-javascript/pull/11270
- [ ] https://github.com/getsentry/sentry-javascript/pull/11271
- [ ] https://github.com/getsentry/sentry-javascript/pull/11274
- [ ] https://github.com/getsentry/sentry-javascript/pull/11277
- [ ] https://github.com/getsentry/sentry-javascript/pull/11278
- [ ] https://github.com/getsentry/sentry-javascript/pull/11279
- [ ] https://github.com/getsentry/sentry-javascript/pull/11280
- [ ] https://github.com/getsentry/sentry-javascript/pull/11378
@Lms24
Copy link
Member

Lms24 commented Jan 11, 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.
AbhiPrasad added a commit that referenced this issue Feb 8, 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 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
ref #9834
ref #10100

- Remove deprecated privacy options for replay
- Add @sentry/replay changes to migration doc
- Re-add back Replay migration doc
@mydea mydea closed this as completed 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
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#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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants