Skip to content
Merged
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 @@ -20,6 +20,9 @@
- Bump CLI from v3.4.1 to v3.4.2 ([#6129](https://github.com/getsentry/sentry-react-native/pull/6129))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#342)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.4.1...3.4.2)
- Bump Bundler Plugins from v5.2.1 to v5.3.0 ([#6138](https://github.com/getsentry/sentry-react-native/pull/6138))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#530)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.1...5.3.0)

## 8.11.1

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "5.2.1",
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@sentry/browser": "10.52.0",
"@sentry/cli": "3.4.2",
"@sentry/core": "10.52.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 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "5.2.1",
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@types/node": "20.10.4",
"sentry-react-native-samples-utils": "workspace:^"
},
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 @@ -78,7 +78,7 @@
"@react-native/jest-preset": "0.85.1",
"@react-native/metro-config": "0.85.1",
"@react-native/typescript-config": "0.85.1",
"@sentry/babel-plugin-component-annotate": "5.2.1",
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@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 @@ -10652,10 +10652,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:5.2.1":
version: 5.2.1
resolution: "@sentry/babel-plugin-component-annotate@npm:5.2.1"
checksum: b2f146904612cbd2b4960ae108c4577670f6b09014605a412a2ef11dccc4ef03ade4a9657f48baf670d953129b555c197bbe488bd61d8ca68783311e6d3d4b22
"@sentry/babel-plugin-component-annotate@npm:5.3.0":
version: 5.3.0
resolution: "@sentry/babel-plugin-component-annotate@npm:5.3.0"
checksum: 5fabd6f31890e04dfbf7877124dcb1d8a8c41637f6a25f21afc814cc5f7cd12019e32e502f63dcef37cd5a53eb9f882cb7a91bbdcd6ba1ee23911fa8c35fbc4d
languageName: node
linkType: hard

Expand Down Expand Up @@ -10888,7 +10888,7 @@ __metadata:
"@react-native/babel-preset": 0.80.0
"@sentry-internal/eslint-plugin-sdk": 10.52.0
"@sentry-internal/typescript": 10.52.0
"@sentry/babel-plugin-component-annotate": 5.2.1
"@sentry/babel-plugin-component-annotate": 5.3.0
"@sentry/browser": 10.52.0
"@sentry/cli": 3.4.2
"@sentry/core": 10.52.0
Expand Down Expand Up @@ -29852,7 +29852,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 5.2.1
"@sentry/babel-plugin-component-annotate": 5.3.0
"@sentry/core": 10.52.0
"@sentry/react-native": 8.11.1
"@types/node": 20.10.4
Expand Down Expand Up @@ -29936,7 +29936,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": 5.2.1
"@sentry/babel-plugin-component-annotate": 5.3.0
"@sentry/core": 10.52.0
"@sentry/react": 10.52.0
"@sentry/react-native": 8.11.1
Expand Down
Loading