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 @@ -19,9 +19,9 @@

### Dependencies

- Bump Bundler Plugins from v3.2.0 to v3.2.1 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#321)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.0...3.2.1)
- Bump Bundler Plugins from v3.2.0 to v3.2.2 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585), [#4620](https://github.com/getsentry/sentry-react-native/pull/4620))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#322)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.0...3.2.2)
- Bump CLI from v2.42.1 to v2.42.2 ([#4586](https://github.com/getsentry/sentry-react-native/pull/4586))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2422)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.1...2.42.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/babel-plugin-component-annotate": "3.2.1",
"@sentry/babel-plugin-component-annotate": "3.2.2",
"@sentry/browser": "8.54.0",
"@sentry/cli": "2.42.2",
"@sentry/core": "8.54.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 @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@sentry/babel-plugin-component-annotate": "3.2.1",
"@sentry/babel-plugin-component-annotate": "3.2.2",
"@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 @@ -51,7 +51,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": "3.2.1",
"@sentry/babel-plugin-component-annotate": "3.2.2",
"@types/react": "^18.2.65",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7946,10 +7946,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:3.2.1":
version: 3.2.1
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.1"
checksum: 59b6d569da60ba681b55e5482b249952a67c20d83e1f264e1c553433131fdf24c7a9c40b376a9a5f3faeddc091bdade7dbc9d3dbbfb6cb8a6a091db0a2f63e69
"@sentry/babel-plugin-component-annotate@npm:3.2.2":
version: 3.2.2
resolution: "@sentry/babel-plugin-component-annotate@npm:3.2.2"
checksum: 76e5ad6ff2d9184c3eec43c608f0c3c3ef8f9b9f51ebf9cfefe1e35f8c235fb46a6890932408098cb28687fed780a28c870d648e0e30e12b73e0fa03a295648e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8105,7 +8105,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 8.54.0
"@sentry-internal/eslint-plugin-sdk": 8.54.0
"@sentry-internal/typescript": 8.54.0
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/babel-plugin-component-annotate": 3.2.2
"@sentry/browser": 8.54.0
"@sentry/cli": 2.42.2
"@sentry/core": 8.54.0
Expand Down Expand Up @@ -24558,7 +24558,7 @@ __metadata:
dependencies:
"@babel/core": ^7.26.0
"@babel/preset-env": ^7.26.0
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/babel-plugin-component-annotate": 3.2.2
"@sentry/react-native": 6.9.0
"@types/node": 20.10.4
"@types/react": ~18.3.12
Expand Down Expand Up @@ -24642,7 +24642,7 @@ __metadata:
"@react-navigation/native": ^7.0.14
"@react-navigation/native-stack": ^7.2.0
"@react-navigation/stack": ^7.1.1
"@sentry/babel-plugin-component-annotate": 3.2.1
"@sentry/babel-plugin-component-annotate": 3.2.2
"@sentry/react-native": 6.9.0
"@types/react": ^18.2.65
"@types/react-native-vector-icons": ^6.4.18
Expand Down
Loading