Skip to content

Commit 2f190d7

Browse files
Merge bf8872a into 21465bc
2 parents 21465bc + bf8872a commit 2f190d7

File tree

3 files changed

+179
-143
lines changed

3 files changed

+179
-143
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338))
88

9+
### Dependencies
10+
11+
- Bump JavaScript SDK from v7.73.0 to v7.74.0 ([#3344](https://github.com/getsentry/sentry-react-native/pull/3344))
12+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7740)
13+
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.74.0)
14+
915
## 5.11.1
1016

1117
### Fixes

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@
5858
"react-native": ">=0.65.0"
5959
},
6060
"dependencies": {
61-
"@sentry/browser": "7.73.0",
61+
"@sentry/browser": "7.74.0",
6262
"@sentry/cli": "2.21.2",
63-
"@sentry/core": "7.73.0",
64-
"@sentry/hub": "7.73.0",
65-
"@sentry/integrations": "7.73.0",
66-
"@sentry/react": "7.73.0",
67-
"@sentry/types": "7.73.0",
68-
"@sentry/utils": "7.73.0"
63+
"@sentry/core": "7.74.0",
64+
"@sentry/hub": "7.74.0",
65+
"@sentry/integrations": "7.74.0",
66+
"@sentry/react": "7.74.0",
67+
"@sentry/types": "7.74.0",
68+
"@sentry/utils": "7.74.0"
6969
},
7070
"devDependencies": {
71-
"@sentry-internal/eslint-config-sdk": "7.73.0",
72-
"@sentry-internal/eslint-plugin-sdk": "7.73.0",
71+
"@sentry-internal/eslint-config-sdk": "7.74.0",
72+
"@sentry-internal/eslint-plugin-sdk": "7.74.0",
7373
"@sentry/typescript": "^5.20.1",
7474
"@sentry/wizard": "3.13.0",
7575
"@types/jest": "^29.5.3",

0 commit comments

Comments
 (0)