sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

fix(deprecations): Removes all trivial/drop-in-replacement deprecations

Open krystofwoldrich opened this issue 1 year ago • 4 comments

This PR fixes trivial/drop-in-replacements deprecations coming from JS V7 (removed in V8).

  • needs https://github.com/getsentry/sentry-react-native/pull/3721

krystofwoldrich avatar Apr 03 '24 11:04 krystofwoldrich

Fails
:no_entry_sign: Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- Removes all trivial/drop-in-replacement deprecations ([#3735](https://github.com/getsentry/sentry-react-native/pull/3735))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by :no_entry_sign: dangerJS against 0b291e8f83102fffd20fda2a22685a3c547018eb

github-actions[bot] avatar Apr 03 '24 11:04 github-actions[bot]

Android (legacy) Performance metrics :rocket:

  Plain With Sentry Diff
Startup time 397.24 ms 434.96 ms 37.72 ms
Size 17.73 MiB 19.93 MiB 2.20 MiB

github-actions[bot] avatar Apr 03 '24 11:04 github-actions[bot]

Android (new) Performance metrics :rocket:

  Plain With Sentry Diff
Startup time 345.51 ms 381.61 ms 36.10 ms
Size 7.15 MiB 8.20 MiB 1.06 MiB

github-actions[bot] avatar Apr 03 '24 11:04 github-actions[bot]

iOS (legacy) Performance metrics :rocket:

  Plain With Sentry Diff
Startup time 1223.31 ms 1233.31 ms 10.00 ms
Size 2.36 MiB 2.92 MiB 569.62 KiB

github-actions[bot] avatar Apr 03 '24 11:04 github-actions[bot]

  • included in https://github.com/getsentry/sentry-react-native/pull/3736

krystofwoldrich avatar May 13 '24 14:05 krystofwoldrich