Skip to content

Commit

Permalink
deps: Upgrade Sentry to 5.10.0
Browse files Browse the repository at this point in the history
This introduces the `enableNdk` option at Sentry initialization time:
  getsentry/sentry-react-native@2c394d1

We add that option to our hand-edited type definitions, because we
intend to use it.
  • Loading branch information
gnprice authored and chrisbobbe committed Oct 4, 2023
1 parent 5aa406e commit 103520f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ PODS:
- RNScreens (3.25.0):
- React-Core
- React-RCTImage
- RNSentry (5.9.2):
- RNSentry (5.10.0):
- React-Core
- Sentry/HybridSDK (= 8.11.0)
- RNVectorIcons (9.2.0):
Expand Down Expand Up @@ -758,7 +758,7 @@ SPEC CHECKSUMS:
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
RNReanimated: e7d8afaf8fed4b3bf1a46e06adb2e04a2b248f1c
RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
RNSentry: da8111ddd855157a9e21294153156b85ae5d6be4
RNSentry: 11917f7bf3e28806aca4c2791c6ba7522d8f09fe
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
Sentry: 39d57e691e311bdb73bc1ab5bbebbd6bc890050d
SentryPrivate: 48712023cdfd523735c2edb6b06bedf26c4730a3
Expand Down
6 changes: 6 additions & 0 deletions types/@sentry/react-native.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export type Options = {|
same effect. */
dsn: string,

/** Enable NDK on Android
 *
 * @default true
 */
enableNdk?: boolean,

ignoreErrors?: Array<string | RegExp>,

/**
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2501,9 +2501,9 @@
tslib "^2.4.1 || ^1.9.3"

"@sentry/react-native@^5.9.2":
version "5.9.2"
resolved "https://registry.yarnpkg.com/@sentry/react-native/-/react-native-5.9.2.tgz#afbd6eb899dbf5d95b12e0485778be8a59a01b7f"
integrity sha512-UFIXi2rFwYlixQ4ICN7wp04mJvJ/i7bwVppVNXkkCI4fK7YWXQY5eMvxpURtBoSLt9gKmvqfi0EfjOsIaKsXrg==
version "5.10.0"
resolved "https://registry.yarnpkg.com/@sentry/react-native/-/react-native-5.10.0.tgz#b61861276fcb35e69dbe9c4e098ed7c88598f5d9"
integrity sha512-YuEZJ3tW5qZlFGFm2FoAZ9vw1fWnjrhMh1IHxo+nUHP3FvVgGkAd/PmSSbgPr2T3YLOIJNiyDdG031Qi7YvtGA==
dependencies:
"@sentry/browser" "7.69.0"
"@sentry/cli" "2.20.7"
Expand Down

0 comments on commit 103520f

Please sign in to comment.