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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
<!-- prettier-ignore-end -->

## Unreleased

### Dependencies

- Bump Bundler Plugins from v4.6.2 to v4.7.0 ([#5554](https://github.com/getsentry/sentry-react-native/pull/5554))
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#470)
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.6.2...4.7.0)

## 7.9.0

### Features
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.6.2",
"@sentry/babel-plugin-component-annotate": "4.7.0",
"@sentry/browser": "10.34.0",
"@sentry/cli": "2.58.4",
"@sentry/core": "10.34.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.6.2",
"@sentry/babel-plugin-component-annotate": "4.7.0",
"@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 @@ -58,7 +58,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.6.2",
"@sentry/babel-plugin-component-annotate": "4.7.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 @@ -10063,10 +10063,10 @@ __metadata:
languageName: node
linkType: hard

"@sentry/babel-plugin-component-annotate@npm:4.6.2":
version: 4.6.2
resolution: "@sentry/babel-plugin-component-annotate@npm:4.6.2"
checksum: 1353032a382fd5ee42daced68c745e5bd1ad596540101008b39db5d7f8de6161b690a475b60a8d8c0c2bbf4de13257e94c9cd90319ff033ffa6225f2e0c53d96
"@sentry/babel-plugin-component-annotate@npm:4.7.0":
version: 4.7.0
resolution: "@sentry/babel-plugin-component-annotate@npm:4.7.0"
checksum: 05131bcba25cdd4e030fbb3d4fa68762ee848f0ae6192ded01a897c97f66c3e2a27491d3d8e80eb4d4e6631e21cfa3cacc3346cbab7d7b8ca3da240dce9e4bd6
languageName: node
linkType: hard

Expand Down Expand Up @@ -10282,7 +10282,7 @@ __metadata:
"@sentry-internal/eslint-config-sdk": 10.34.0
"@sentry-internal/eslint-plugin-sdk": 10.34.0
"@sentry-internal/typescript": 10.34.0
"@sentry/babel-plugin-component-annotate": 4.6.2
"@sentry/babel-plugin-component-annotate": 4.7.0
"@sentry/browser": 10.34.0
"@sentry/cli": 2.58.4
"@sentry/core": 10.34.0
Expand Down Expand Up @@ -28800,7 +28800,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.6.2
"@sentry/babel-plugin-component-annotate": 4.7.0
"@sentry/core": 10.34.0
"@sentry/react-native": 7.9.0
"@types/node": 20.10.4
Expand Down Expand Up @@ -28897,7 +28897,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.6.2
"@sentry/babel-plugin-component-annotate": 4.7.0
"@sentry/core": 10.34.0
"@sentry/react": 10.34.0
"@sentry/react-native": 7.9.0
Expand Down
Loading