Chore: Migrate to sentry cocoa v8#1197
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v7.0.0 #1197 +/- ##
=========================================
Coverage ? 89.90%
=========================================
Files ? 120
Lines ? 3684
Branches ? 0
=========================================
Hits ? 3312
Misses ? 372
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# Conflicts: # flutter/ios/sentry_flutter.podspec
|
@denrase I have changed to 8.0.0-rc.1 @brustolin and @philipphofmann would you be kind to review this as well? thanks. |
|
The configuration changes in the migration docs should be fixed I guess https://github.com/getsentry/sentry-docs/pull/5939/files |
All the breaking changes are in the Changelog. The migration docs are also almost ready. I have still a PR open for the final touches. |
philipphofmann
left a comment
There was a problem hiding this comment.
We have many more breaking changes in the Changelog. I would be surprised if you don't need more changes in this PR.
I would expect the following changes to bubble up here
- Rename APM tracking feature flags to tracing (#2450)
- Rename
SentryOptions.enableAutoPerformanceTrackingtoenableAutoPerformanceTracing - Rename
SentryOptions.enableUIViewControllerTrackingtoenableUIViewControllerTracing - Rename
SentryOptions.enablePreWarmedAppStartTrackingtoenablePreWarmedAppStartTracing - Rename
SentryOptions.enableFileIOTrackingtoenableFileIOTracing - Rename
SentryOptions.enableCoreDataTrackingtoenableCoreDataTracing
- Rename
- Rename
SentryOptions.enableOutOfMemoryTrackingtoSentryOptions.enableWatchdogTerminationTracking(#2499)
|
#1222 has fixes that are needed for this PR, this PR also has this PR as the target branch, maybe we merge it? |
…ry/sentry-dart into chore/migrate-to-sentry-cocoa-v8
|
@marandaneto CI seems happy now. Rdy for re-review. |
marandaneto
left a comment
There was a problem hiding this comment.
Left 2 comments, but other than that, LGTM.
📜 Description
Closes #1161
Closes #1185
💚 How did you test it?
Updated tests
📝 Checklist