Skip to content

Commit

Permalink
fix: update @sentry/react-native (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Aug 9, 2022
1 parent ef6d283 commit ef24e5f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 79 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 🧹 Chores

- Bump `@sentry/react-native` to `4.2.2`. ([#277](https://github.com/expo/sentry-expo/pull/277) by [@SimenB](https://github.com/SimenB))

## [5.0.1](https://github.com/expo/sentry-expo/releases/tag/v5.0.1) - 2022-08-05

### 🧹 Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@expo/spawn-async": "^1.6.0",
"@sentry/browser": "7.7.0",
"@sentry/integrations": "7.7.0",
"@sentry/react-native": "4.1.3",
"@sentry/react-native": "4.2.2",
"@sentry/types": "7.7.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2"
Expand Down
104 changes: 26 additions & 78 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1765,16 +1765,6 @@
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==

"@sentry/browser@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.6.0.tgz#54bcd52747c40b2656d62d53541037a5724f3296"
integrity sha512-1gdvV8RtTnNFyc790t49MAgFuHAP43NEZvdQOMw5KFnDwSGYFqfBtvJ8tUm125UPbi2fghBryO9M1gfIWboKUg==
dependencies:
"@sentry/core" "7.6.0"
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
tslib "^1.9.3"

"@sentry/browser@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.7.0.tgz#7810ee98d4969bd0367e29ac0af6c5779db7e6c4"
Expand Down Expand Up @@ -1811,16 +1801,6 @@
proxy-from-env "^1.1.0"
which "^2.0.2"

"@sentry/core@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.6.0.tgz#5e5efd54af7b63957ac4d446fb5a69af33da3e51"
integrity sha512-vXIuUZbHVSAXh2xZ3NyXYXqVvVQSbGEpgtQxLutwocvD88JFK6aZqO+WQG69GY1b1fKSeE9faEDDS6WGAi46mQ==
dependencies:
"@sentry/hub" "7.6.0"
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
tslib "^1.9.3"

"@sentry/core@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.7.0.tgz#1a2d477897552d179380f7c54c7d81a4e98ea29a"
Expand All @@ -1831,15 +1811,6 @@
"@sentry/utils" "7.7.0"
tslib "^1.9.3"

"@sentry/hub@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.6.0.tgz#69a0d11e50ee61f3f93665948c4acbe56a9ce676"
integrity sha512-TbieNZInpnR5STXykT1zXoKVAsm8ju1RZyzMqYR8nzURbjlMVVEzFRglNY1Ap5MRkbEuYpAc6zUvgLQe8b6Q3w==
dependencies:
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
tslib "^1.9.3"

"@sentry/hub@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.7.0.tgz#9ad3471cf5ecaf1a9d3a3a04ca2515ffec9e2c09"
Expand All @@ -1849,16 +1820,6 @@
"@sentry/utils" "7.7.0"
tslib "^1.9.3"

"@sentry/integrations@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.6.0.tgz#7e4026b7a2d830a7724a13908d9ad4b3eede6bb9"
integrity sha512-7vjjO04Yz0l1MaY8giZIJro2gAWmLEEhnC/5M9ymjTDJ/bhjDJh3rqSjgZtsoPJS2KXmHskXSRQQXlXVPriUKg==
dependencies:
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
localforage "^1.8.1"
tslib "^1.9.3"

"@sentry/integrations@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.7.0.tgz#be4d89ccce756f3decc52b04cc09add19f142715"
Expand All @@ -1869,61 +1830,48 @@
localforage "^1.8.1"
tslib "^1.9.3"

"@sentry/react-native@4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@sentry/react-native/-/react-native-4.1.3.tgz#2eb5bc3557dbde0b12751e590484f7db686496c2"
integrity sha512-78701QuJ6E0C7SKN7B/S3BMWHe/OFg9TJKFjq4oZ35/g27HE1OuMobTgnfxFgaPh4qwV6qpwRO02kRwMaY1HEw==
"@sentry/react-native@4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@sentry/react-native/-/react-native-4.2.2.tgz#613ffa2347746d2ed66200c314092411ad7aa43c"
integrity sha512-2zSgR73/jNByr4WDciE97n78Tj81Lrhhwj1/yMRWFDd9pF802ZYiRVeIkHArEYGHER41fiQojP7wBKftvnKgew==
dependencies:
"@sentry/browser" "7.6.0"
"@sentry/browser" "7.7.0"
"@sentry/cli" "1.74.4"
"@sentry/core" "7.6.0"
"@sentry/hub" "7.6.0"
"@sentry/integrations" "7.6.0"
"@sentry/react" "7.6.0"
"@sentry/tracing" "7.6.0"
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
"@sentry/core" "7.7.0"
"@sentry/hub" "7.7.0"
"@sentry/integrations" "7.7.0"
"@sentry/react" "7.7.0"
"@sentry/tracing" "7.7.0"
"@sentry/types" "7.7.0"
"@sentry/utils" "7.7.0"
"@sentry/wizard" "1.2.17"

"@sentry/react@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.6.0.tgz#349596f64da8eb9370c19dde0febfd2dbaeef682"
integrity sha512-R5xBZUxSjNLpeq1dlW22JudX5x1FhzfazSVEQ9TXJEZM2ufC1XP/JkO7bRJFad1JjIzSWqlez8Wm13EnbV9wRg==
"@sentry/react@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.7.0.tgz#a519dd727f863c1abf1a77beac01a3336c856828"
integrity sha512-93Khad3YAln6mKU9E15QH09XC1ARIOpNTRpnBl6AGl3bVhSdLExsbKDLa7Rx0mW2j4z/prOC6VEHf5mBvg4mPg==
dependencies:
"@sentry/browser" "7.6.0"
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
"@sentry/browser" "7.7.0"
"@sentry/types" "7.7.0"
"@sentry/utils" "7.7.0"
hoist-non-react-statics "^3.3.2"
tslib "^1.9.3"

"@sentry/tracing@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.6.0.tgz#2b34992e7a003c40393a4aab4b917db2712a1586"
integrity sha512-ydlIk8FpuXiQm3Y0cLwXMOUYv5UtniP8ylWw3ix0sF5sTpJWSaC/g8P8yrzkYV+pm28kde5qfE3nocGhpwxZcA==
"@sentry/tracing@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.7.0.tgz#67324b755a28e115289755e44a0b8b467a63d0b2"
integrity sha512-HNmvTwemuc21q/K6HXsSp9njkne6N1JQ71TB+QGqYU5VtxsVgYSUhhYqV6WcHz7LK4Hj6TvNFoeu69/rO0ysgw==
dependencies:
"@sentry/hub" "7.6.0"
"@sentry/types" "7.6.0"
"@sentry/utils" "7.6.0"
"@sentry/hub" "7.7.0"
"@sentry/types" "7.7.0"
"@sentry/utils" "7.7.0"
tslib "^1.9.3"

"@sentry/types@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.6.0.tgz#7352bcc5621177ceefb18733d0a6b0cdb0307822"
integrity sha512-POimbDwr9tmHSKksJTXe5VQpvjkFO4/UWUptigwqf8684rkS7Ie2BT2uyp5GD2EgYFf0BwUOWi98FTYTvUGT+Q==

"@sentry/types@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.7.0.tgz#dd6bd3d119d7efea0e85dbaa4b17de1c22b63c7a"
integrity sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ==

"@sentry/utils@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.6.0.tgz#50b44fd9b06686a358ef2c7c0fd3b80970e1f9ee"
integrity sha512-p0Byi6hgawp/sBMY88RY8OmkiAR2jxbjnl8gSo+y3YEu+KeXBUxXMBsI7YeW+1lSb6z8DGhUAOBszTeI4wAr2w==
dependencies:
"@sentry/types" "7.6.0"
tslib "^1.9.3"

"@sentry/utils@7.7.0":
version "7.7.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.7.0.tgz#013e3097c4268a76de578494c7df999635fb0ad4"
Expand Down

0 comments on commit ef24e5f

Please sign in to comment.