Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
- Bump Android SDK Stubs from v8.27.0 to v8.28.0 ([#5405](https://github.com/getsentry/sentry-react-native/pull/5405), [#5439](https://github.com/getsentry/sentry-react-native/pull/5439))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
- [diff](https://github.com/getsentry/sentry-java/compare/8.27.0...8.28.0)
- Bump JavaScript SDK from v10.26.0 to v10.28.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10280)
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.28.0)
- Bump JavaScript SDK from v10.26.0 to v10.29.0 ([#5406](https://github.com/getsentry/sentry-react-native/pull/5406), [#5429](https://github.com/getsentry/sentry-react-native/pull/5429), [#5442](https://github.com/getsentry/sentry-react-native/pull/5442))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10290)
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.26.0...10.29.0)

## 7.7.0

Expand Down
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.18.6",
"@sentry/core": "10.28.0",
"@sentry/core": "10.29.0",
"@sentry/react-native": "7.7.0",
"@types/node": "^20.9.3",
"@types/react": "^18.2.64",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "4.6.1",
"@sentry/browser": "10.28.0",
"@sentry/browser": "10.29.0",
"@sentry/cli": "2.58.2",
"@sentry/core": "10.28.0",
"@sentry/react": "10.28.0",
"@sentry/types": "10.28.0"
"@sentry/core": "10.29.0",
"@sentry/react": "10.29.0",
"@sentry/types": "10.29.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@expo/metro-config": "~0.20.0",
"@mswjs/interceptors": "^0.25.15",
"@react-native/babel-preset": "0.80.0",
"@sentry-internal/eslint-config-sdk": "10.28.0",
"@sentry-internal/eslint-plugin-sdk": "10.28.0",
"@sentry-internal/typescript": "10.28.0",
"@sentry-internal/eslint-config-sdk": "10.29.0",
"@sentry-internal/eslint-plugin-sdk": "10.29.0",
"@sentry-internal/typescript": "10.29.0",
"@sentry/wizard": "6.8.1",
"@testing-library/react-native": "^13.2.2",
"@types/jest": "^29.5.13",
Expand Down
4 changes: 2 additions & 2 deletions samples/react-native-macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@sentry/core": "10.28.0",
"@sentry/react": "10.28.0",
"@sentry/core": "10.29.0",
"@sentry/react": "10.29.0",
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@react-navigation/native-stack": "^7.3.24",
"@react-navigation/stack": "^7.4.5",
"@reduxjs/toolkit": "^2.8.2",
"@sentry/core": "10.28.0",
"@sentry/react": "10.28.0",
"@sentry/core": "10.29.0",
"@sentry/react": "10.29.0",
"@sentry/react-native": "7.7.0",
"@shopify/flash-list": "^2.0.2",
"delay": "^6.0.0",
Expand Down
Loading
Loading