WIP: Merge main/v7 in Capture App Start Errors feature branch
:loudspeaker: Type of change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
Based on: https://github.com/getsentry/sentry-react-native/pull/4472
:scroll: Description
⚠️ TODO fix conflicts in packages/core/ios/RNSentry.mm and move the newly added functionality to packages/core/ios/RNSentryStart.m following the refactoring in https://github.com/getsentry/sentry-react-native/pull/4472
:bulb: Motivation and Context
:green_heart: How did you test it?
:pencil: Checklist
- [ ] I added tests to verify changes
- [ ] No new PII added or SDK only sends newly added PII if
sendDefaultPIIis enabled - [ ] I updated the docs if needed.
- [ ] I updated the wizard if needed.
- [ ] All tests passing
- [ ] No breaking changes
:crystal_ball: Next steps
#skip-changelog
due to the age of this PR, wouldn't it be better to start from a fresh branch and migrate the required changes for it?
due to the age of this PR, wouldn't it be better to start from a fresh branch and migrate the required changes for it?
Yes, I'm trying that approach 😓 A lot of things have move around with v7 and there are changes in native code too that make a merge difficult.
closing this PR in favour of https://github.com/getsentry/sentry-react-native/pull/5470