Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump JavaScript SDK from v10.39.0 to v10.40.0 ([#5715](https://github.com/getsentry/sentry-react-native/pull/5715))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10400)
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.39.0...10.40.0)
- Bump Bundler Plugins from v4.9.1 to v5.1.1 ([#5700](https://github.com/getsentry/sentry-react-native/pull/5700))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#511)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.9.1...5.1.1)

## 8.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "4.9.1",
"@sentry/babel-plugin-component-annotate": "5.1.1",
"@sentry/browser": "10.40.0",
"@sentry/cli": "3.2.2",
"@sentry/core": "10.40.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@react-native/eslint-config": "0.79.1",
"@sentry/babel-plugin-component-annotate": "4.9.1",
"@sentry/babel-plugin-component-annotate": "5.1.1",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@react-native/eslint-config": "0.80.2",
"@react-native/metro-config": "0.80.2",
"@react-native/typescript-config": "0.80.2",
"@sentry/babel-plugin-component-annotate": "4.9.1",
"@sentry/babel-plugin-component-annotate": "5.1.1",
"@testing-library/react-native": "^13.2.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11070,10 +11070,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:4.9.1":
version: 4.9.1
resolution: "@sentry/babel-plugin-component-annotate@npm:4.9.1"
checksum: 6a8f874ead05b6c4ce2c06f0dddd9c36df99544dfbafecaca3ca9fe8596b2a098a1f7fcddb4529a33c78ed42a007d112c7611b867d647c2fb469b2ee6354ea67
"@sentry/babel-plugin-component-annotate@npm:5.1.1":
version: 5.1.1
resolution: "@sentry/babel-plugin-component-annotate@npm:5.1.1"
checksum: fed283fc8db42557adab4dec29ad6d62c387fd396f60e7fed2b4afc44b0d5df52f14a1835dbd95f8c5c4537c4bfdfd5ce3605f04ef9aa26896916a30f9fd1ea4
languageName: node
linkType: hard

Expand Down Expand Up @@ -11288,7 +11288,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 10.40.0
"@sentry-internal/eslint-plugin-sdk": 10.40.0
"@sentry-internal/typescript": 10.40.0
"@sentry/babel-plugin-component-annotate": 4.9.1
"@sentry/babel-plugin-component-annotate": 5.1.1
"@sentry/browser": 10.40.0
"@sentry/cli": 3.2.2
"@sentry/core": 10.40.0
Expand Down Expand Up @@ -31215,7 +31215,7 @@ __metadata:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@react-native/eslint-config": 0.79.1
"@sentry/babel-plugin-component-annotate": 4.9.1
"@sentry/babel-plugin-component-annotate": 5.1.1
"@sentry/core": 10.40.0
"@sentry/react-native": 8.2.0
"@types/node": 20.10.4
Expand Down Expand Up @@ -31312,7 +31312,7 @@ __metadata:
"@react-navigation/native-stack": ^7.3.24
"@react-navigation/stack": ^7.4.5
"@reduxjs/toolkit": ^2.8.2
"@sentry/babel-plugin-component-annotate": 4.9.1
"@sentry/babel-plugin-component-annotate": 5.1.1
"@sentry/core": 10.40.0
"@sentry/react": 10.40.0
"@sentry/react-native": 8.2.0
Expand Down
Loading