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 @@ -29,6 +29,9 @@ We apologize for any inconvenience caused!
- Bump CLI from v2.51.1 to v2.52.0 ([#5075](https://github.com/getsentry/sentry-react-native/pull/5075))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2520)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.51.1...2.52.0)
- Bump Bundler Plugins from v4.1.1 to v4.2.0 ([#5113](https://github.com/getsentry/sentry-react-native/pull/5113))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#420)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.1.1...4.2.0)

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@sentry/babel-plugin-component-annotate": "4.2.0",
"@sentry/browser": "8.55.0",
"@sentry/cli": "2.52.0",
"@sentry/core": "8.55.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 @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@sentry/babel-plugin-component-annotate": "4.2.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 @@ -55,7 +55,7 @@
"@react-native/eslint-config": "0.77.1",
"@react-native/metro-config": "0.77.1",
"@react-native/typescript-config": "0.77.1",
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@sentry/babel-plugin-component-annotate": "4.2.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 @@ -9247,10 +9247,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:4.1.1":
version: 4.1.1
resolution: "@sentry/babel-plugin-component-annotate@npm:4.1.1"
checksum: 37bd9a0a586169ca35abe0609f4d1132956380f382f2ac51b469b8c64d1e086171c42f7fe2a5b83a322b5da03d01bdd98db0e632ab8be46fe5879b1954a2283c
"@sentry/babel-plugin-component-annotate@npm:4.2.0":
version: 4.2.0
resolution: "@sentry/babel-plugin-component-annotate@npm:4.2.0"
checksum: 95e7091e78eb112cdb2a39c588af5b7f1d1f0443e4f3f1533a48eae5414ee553d97310547685c8decd9afebc69f7c05342b8c7ee2124cad78b478e6d7131c886
languageName: node
linkType: hard

Expand Down Expand Up @@ -9416,7 +9416,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 8.55.0
"@sentry-internal/eslint-plugin-sdk": 8.55.0
"@sentry-internal/typescript": 8.55.0
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/babel-plugin-component-annotate": 4.2.0
"@sentry/browser": 8.55.0
"@sentry/cli": 2.52.0
"@sentry/core": 8.55.0
Expand Down Expand Up @@ -27351,7 +27351,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/babel-plugin-component-annotate": 4.2.0
"@sentry/react-native": 6.20.0
"@types/node": 20.10.4
"@types/react": ~19.0.10
Expand Down Expand Up @@ -27436,7 +27436,7 @@ __metadata:
"@react-navigation/native": 7.1.8
"@react-navigation/native-stack": 7.3.12
"@react-navigation/stack": 7.3.1
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/babel-plugin-component-annotate": 4.2.0
"@sentry/core": 8.55.0
"@sentry/react-native": 6.20.0
"@shopify/flash-list": 1.8.0
Expand Down
Loading