Skip to content

Commit 24457df

Browse files
authored
Merge branch 'main' into antonis/bump-axios
2 parents c4396b4 + 45cf252 commit 24457df

9 files changed

Lines changed: 112 additions & 108 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump JavaScript SDK from v10.39.0 to v10.40.0 ([#5715](https://github.com/getsentry/sentry-react-native/pull/5715))
14+
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10400)
15+
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.39.0...10.40.0)
16+
- Bump Bundler Plugins from v4.9.1 to v5.1.1 ([#5700](https://github.com/getsentry/sentry-react-native/pull/5700))
17+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#511)
18+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.9.1...5.1.1)
19+
920
## 8.2.0
1021

1122
### Fixes

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ If you are coming from `react-native-sentry` which was our SDK `< 1.0` you shoul
9595
- [![Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg)](https://docs.sentry.io/platforms/react-native/)
9696
- [![Discussions](https://img.shields.io/github/discussions/getsentry/sentry-react-native.svg)](https://github.com/getsentry/sentry-react-native/discussions)
9797
- [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/PXa5Apfe7K)
98-
- [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry)
9998
- [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-sentry-green.svg)](https://github.com/getsentry/.github/blob/main/CODE_OF_CONDUCT.md)
10099
- [![X Follow](https://img.shields.io/twitter/follow/sentry?label=sentry&style=social)](https://x.com/intent/follow?screen_name=sentry)

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
16-
"@sentry/core": "10.39.0",
16+
"@sentry/core": "10.40.0",
1717
"@sentry/react-native": "8.2.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"qs": "^6.14.2",
6767
"lodash": "^4.17.23",
6868
"tar-fs": "^3.1.1",
69+
"diff": "^5.2.2",
6970
"tar": "^7.5.7"
7071
},
7172
"version": "0.0.0",

packages/core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@
6868
"react-native": ">=0.65.0"
6969
},
7070
"dependencies": {
71-
"@sentry/babel-plugin-component-annotate": "4.9.1",
72-
"@sentry/browser": "10.39.0",
71+
"@sentry/babel-plugin-component-annotate": "5.1.1",
72+
"@sentry/browser": "10.40.0",
7373
"@sentry/cli": "3.2.2",
74-
"@sentry/core": "10.39.0",
75-
"@sentry/react": "10.39.0",
76-
"@sentry/types": "10.39.0"
74+
"@sentry/core": "10.40.0",
75+
"@sentry/react": "10.40.0",
76+
"@sentry/types": "10.40.0"
7777
},
7878
"devDependencies": {
7979
"@babel/core": "^7.26.7",
8080
"@expo/metro-config": "~0.20.0",
8181
"@mswjs/interceptors": "^0.25.15",
8282
"@react-native/babel-preset": "0.80.0",
83-
"@sentry-internal/eslint-config-sdk": "10.39.0",
84-
"@sentry-internal/eslint-plugin-sdk": "10.39.0",
85-
"@sentry-internal/typescript": "10.39.0",
83+
"@sentry-internal/eslint-config-sdk": "10.40.0",
84+
"@sentry-internal/eslint-plugin-sdk": "10.40.0",
85+
"@sentry-internal/typescript": "10.40.0",
8686
"@sentry/wizard": "6.11.0",
8787
"@testing-library/react-native": "^13.2.2",
8888
"@types/jest": "^29.5.13",

samples/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eas-build-development-android": "eas build --profile development --platform android"
2323
},
2424
"dependencies": {
25-
"@sentry/core": "10.39.0",
25+
"@sentry/core": "10.40.0",
2626
"@sentry/react-native": "8.2.0",
2727
"@types/react": "~19.1.10",
2828
"expo": "^54.0.0",
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.26.0",
4848
"@babel/preset-env": "^7.26.0",
4949
"@react-native/eslint-config": "0.79.1",
50-
"@sentry/babel-plugin-component-annotate": "4.9.1",
50+
"@sentry/babel-plugin-component-annotate": "5.1.1",
5151
"@types/node": "20.10.4",
5252
"@typescript-eslint/eslint-plugin": "^8.50.0",
5353
"@typescript-eslint/parser": "^8.50.0",

samples/react-native-macos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@react-navigation/bottom-tabs": "^6.5.12",
1717
"@react-navigation/native": "^6.1.9",
1818
"@react-navigation/stack": "^6.3.20",
19-
"@sentry/core": "10.39.0",
20-
"@sentry/react": "10.39.0",
19+
"@sentry/core": "10.40.0",
20+
"@sentry/react": "10.40.0",
2121
"@sentry/react-native": "8.2.0",
2222
"delay": "^6.0.0",
2323
"react": "18.2.0",

samples/react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@react-navigation/native-stack": "^7.3.24",
4848
"@react-navigation/stack": "^7.4.5",
4949
"@reduxjs/toolkit": "^2.8.2",
50-
"@sentry/core": "10.39.0",
51-
"@sentry/react": "10.39.0",
50+
"@sentry/core": "10.40.0",
51+
"@sentry/react": "10.40.0",
5252
"@sentry/react-native": "8.2.0",
5353
"@shopify/flash-list": "^2.0.2",
5454
"delay": "^6.0.0",
@@ -77,7 +77,7 @@
7777
"@react-native/eslint-config": "0.80.2",
7878
"@react-native/metro-config": "0.80.2",
7979
"@react-native/typescript-config": "0.80.2",
80-
"@sentry/babel-plugin-component-annotate": "4.9.1",
80+
"@sentry/babel-plugin-component-annotate": "5.1.1",
8181
"@testing-library/react-native": "^13.2.2",
8282
"@types/jest": "^29.5.14",
8383
"@types/node": "^22.13.1",

0 commit comments

Comments
 (0)