Skip to content

Commit

Permalink
deps(react-native): Update bugsnag-cocoa to v6.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdowell committed Oct 5, 2022
1 parent 18f7bcb commit 3f9fafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## TBD

- (react-native) Update bugsnag-cocoa from v6.23.1 to [v6.24.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6240-2022-10-05)

## v7.18.0 (2022-09-22)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/ios/vendor/bugsnag-cocoa
Submodule bugsnag-cocoa updated 39 files
+2 −2 .jazzy.yaml
+2 −2 Bugsnag.podspec.json
+23 −109 Bugsnag.xcodeproj/project.pbxproj
+26 −3 Bugsnag/BSGCrashSentry.m
+2 −0 Bugsnag/BugsnagInternals.h
+67 −72 Bugsnag/Configuration/BSGConfigurationBuilder.m
+2 −0 Bugsnag/Configuration/BugsnagConfiguration.m
+2 −0 Bugsnag/Delivery/BSGEventUploader.h
+6 −0 Bugsnag/Delivery/BSGEventUploader.m
+13 −1 Bugsnag/Helpers/BSGDefines.h
+0 −9 Bugsnag/Helpers/BSGKeys.h
+1 −0 Bugsnag/Helpers/BSGTelemetry.m
+3 −1 Bugsnag/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry.c
+3 −0 Bugsnag/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry.h
+8 −0 Bugsnag/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_NSException.m
+3 −1 Bugsnag/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachHeaders.c
+1 −1 Bugsnag/Payload/BugsnagNotifier.m
+27 −0 Bugsnag/include/Bugsnag/BugsnagConfiguration.h
+3 −3 BugsnagNetworkRequestPlugin.podspec.json
+3 −1 BugsnagNetworkRequestPlugin/BugsnagNetworkRequestPlugin.xcodeproj/project.pbxproj
+13 −0 CHANGELOG.md
+1 −1 Framework/Info.plist
+45 −0 Tests/BugsnagTests/BSGConfigurationBuilderTests.m
+1 −1 Tests/BugsnagTests/Info.plist
+18 −14 Tests/KSCrashTests/BSG_KSMachHeadersTests.m
+1 −1 Tests/TestHost-iOS/Info.plist
+1 −1 VERSION
+15 −0 features/delivery.feature
+12 −12 features/fixtures/ios/iOSTestApp.xcodeproj/project.pbxproj
+0 −7 features/fixtures/ios/iOSTestApp/iOSTestApp-Bridging-Header.h
+16 −8 features/fixtures/macos/macOSTestApp.xcodeproj/project.pbxproj
+0 −7 features/fixtures/macos/macOSTestApp/macOSTestApp-Bridging-Header.h
+0 −14 features/fixtures/shared/scenarios/AttachCustomStacktraceHook.h
+24 −0 features/fixtures/shared/scenarios/AttemptDeliveryOnCrashScenario.swift
+0 −21 features/fixtures/shared/scenarios/BugsnagHooks.h
+0 −8 features/fixtures/shared/scenarios/CustomPluginNotifierDescriptionScenario.m
+2 −4 features/fixtures/shared/scenarios/Scenario.h
+0 −7 features/fixtures/watchos/watchOSTestApp WatchKit Extension/Swift-Objc-Bridging-Header.h
+12 −4 features/fixtures/watchos/watchOSTestApp.xcodeproj/project.pbxproj

0 comments on commit 3f9fafd

Please sign in to comment.