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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
- Bump CLI from v2.50.2 to v2.51.1 ([#5053](https://github.com/getsentry/sentry-react-native/pull/5053), [#5058](https://github.com/getsentry/sentry-react-native/pull/5058))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2511)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.1)
- Bump Bundler Plugins from v4.0.2 to v4.1.0 ([#5062](https://github.com/getsentry/sentry-react-native/pull/5062))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#410)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.0.2...4.1.0)
- Bump Bundler Plugins from v4.0.2 to v4.1.1 ([#5062](https://github.com/getsentry/sentry-react-native/pull/5062), [#5072](https://github.com/getsentry/sentry-react-native/pull/5072))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#411)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.0.2...4.1.1)

## 6.19.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 @@ -67,7 +67,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "4.1.0",
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@sentry/browser": "8.55.0",
"@sentry/cli": "2.51.1",
"@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.0",
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@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.0",
"@sentry/babel-plugin-component-annotate": "4.1.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/react": "^19.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8999,10 +8999,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:4.1.0":
version: 4.1.0
resolution: "@sentry/babel-plugin-component-annotate@npm:4.1.0"
checksum: f4d68b235fb84d3a19f28adf8cae17f37c17bfb193a49e4682c181f52883aab87be12ec1f296685001ded32d3935712a69b7dc15117e702a710a008daeed8575
"@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
languageName: node
linkType: hard

Expand Down Expand Up @@ -9168,7 +9168,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.0
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/browser": 8.55.0
"@sentry/cli": 2.51.1
"@sentry/core": 8.55.0
Expand Down Expand Up @@ -26946,7 +26946,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 4.1.0
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/react-native": 6.19.0
"@types/node": 20.10.4
"@types/react": ~19.0.10
Expand Down Expand Up @@ -27032,7 +27032,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.0
"@sentry/babel-plugin-component-annotate": 4.1.1
"@sentry/core": 8.55.0
"@sentry/react-native": 6.19.0
"@shopify/flash-list": 1.8.0
Expand Down
Loading