2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 |
| |
26 | 30 |
| |
27 | 31 |
| |
|
Submodule bugsnag-cocoa updated 75 files
- .buildkite/pipeline.full.yml+62-52
- .buildkite/pipeline.yml+169-57
- .github/workflows/pull_request.yml+4-4
- .jazzy.yaml+2-2
- Bugsnag.podspec.json+2-2
- Bugsnag.xcodeproj/project.pbxproj+5-7
- Bugsnag/Bugsnag.m+16-4
- Bugsnag/Client/BugsnagClient+Private.h+20
- Bugsnag/Client/BugsnagClient.m+18-34
- Bugsnag/Helpers/BSGRunContext.m+1-1
- Bugsnag/Helpers/BSGUtils.h+2
- Bugsnag/Helpers/BSGUtils.m+7
- Bugsnag/Payload/BugsnagCorrelation.h+10-9
- Bugsnag/Payload/BugsnagCorrelation.m+5-5
- Bugsnag/Payload/BugsnagEvent+Private.h+3
- Bugsnag/Payload/BugsnagEvent.m+6-3
- Bugsnag/Payload/BugsnagNotifier.m+1-1
- Bugsnag/include/Bugsnag/BugsnagCorrelation.h-26
- Bugsnag/include/Bugsnag/BugsnagEvent.h+2-3
- BugsnagNetworkRequestPlugin.podspec.json+3-3
- CHANGELOG.md+22
- Framework/Info.plist+1-1
- Makefile+4-2
- Tests/BugsnagTests/BugsnagClientMirrorTest.m+1
- Tests/BugsnagTests/BugsnagEventPersistLoadTest.m+23
- Tests/BugsnagTests/Info.plist+1-1
- Tests/TestHost-iOS/Info.plist+1-1
- VERSION+1-1
- features/app_hangs.feature+1-1
- features/debug/crashprobe.feature
- features/debug/cross_notifier_notify.feature
- features/debug/handled_errors.feature+21
- features/debug/unhandled_nsexception.feature
- features/release/app_and_device_attributes.feature+1-1
- features/release/auto_detect_errors.feature
- features/release/barebone_tests.feature+2-2
- features/release/breadcrumb_callbacks.feature
- features/release/breadcrumbs.feature
- features/release/config_from_plist.feature
- features/release/context.feature
- features/release/crashprobe.feature+230
- features/release/cross_notifier_notify.feature+64
- features/release/delivery.feature+2
- features/release/discard_classes.feature
- features/release/enabled_error_types.feature
- features/release/error_reporting_thread.feature
- features/release/event_callbacks.feature
- features/release/handled_errors.feature-3
- features/release/internal_workings.feature
- features/release/last_run_info.feature
- features/release/metadata_merging.feature
- features/release/metadata_redaction.feature
- features/release/out_of_memory.feature
- features/release/plugin_interface.feature
- features/release/recrash_reports.feature
- features/release/release_stage_errors.feature
- features/release/release_stage_sessions.feature
- features/release/runtime_versions.feature
- features/release/session_callbacks.feature
- features/release/session_stopping.feature
- features/release/session_tracking.feature+2-2
- features/release/stress_test.feature
- features/release/telemetry.feature
- features/release/thermal_state.feature
- features/release/threads.feature
- features/release/unhandled_cpp_exception.feature
- features/release/unhandled_mach_exception.feature
- features/release/unhandled_nsexception.feature+39
- features/release/unhandled_signal.feature
- features/release/user.feature
- features/release/user_persistence.feature
- features/scripts/export_ios_app.sh+42-30
- features/scripts/export_mac_app.sh+45-37
- features/steps/app_steps.rb+1-1
- scripts/build-xcframework.sh+82-55
0 commit comments