Skip to content

Commit 43f4486

Browse files
Merge aceff9a into bd0ca38
2 parents bd0ca38 + aceff9a commit 43f4486

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
- Disable native driver for Feedback Widget `backgroundColor` animation in unsupported React Native versions ([#4794](https://github.com/getsentry/sentry-react-native/pull/4794))
1414
- Fix Debug Symbolicator for local development builds (use RN 0.79 default exports) ([#4801](https://github.com/getsentry/sentry-react-native/pull/4801))
1515

16+
### Dependencies
17+
18+
- Bump Bundler Plugins from v3.3.1 to v3.4.0 ([#4805](https://github.com/getsentry/sentry-react-native/pull/4805))
19+
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#340)
20+
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.3.1...3.4.0)
21+
1622
## 6.13.0
1723

1824
### Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-native": ">=0.65.0"
6666
},
6767
"dependencies": {
68-
"@sentry/babel-plugin-component-annotate": "3.3.1",
68+
"@sentry/babel-plugin-component-annotate": "3.4.0",
6969
"@sentry/browser": "8.54.0",
7070
"@sentry/cli": "2.43.1",
7171
"@sentry/core": "8.54.0",

samples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.26.0",
4141
"@babel/preset-env": "^7.26.0",
42-
"@sentry/babel-plugin-component-annotate": "3.3.1",
42+
"@sentry/babel-plugin-component-annotate": "3.4.0",
4343
"@types/node": "20.10.4",
4444
"sentry-react-native-samples-utils": "workspace:^"
4545
},

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@react-native/eslint-config": "0.77.1",
5858
"@react-native/metro-config": "0.77.1",
5959
"@react-native/typescript-config": "0.77.1",
60-
"@sentry/babel-plugin-component-annotate": "3.3.1",
60+
"@sentry/babel-plugin-component-annotate": "3.4.0",
6161
"@types/jest": "^29.5.14",
6262
"@types/node": "^22.13.1",
6363
"@types/react": "^18.2.65",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8268,10 +8268,10 @@ __metadata:
82688268
languageName: node
82698269
linkType: hard
82708270

8271-
"@sentry/babel-plugin-component-annotate@npm:3.3.1":
8272-
version: 3.3.1
8273-
resolution: "@sentry/babel-plugin-component-annotate@npm:3.3.1"
8274-
checksum: 466224aa219cd419fe9d7afc58c7c031748268244821c9f64f26165ef931623c84daecc290171ee730f79414d94561a1ca14e1db774f5b92df1c73360fe87829
8271+
"@sentry/babel-plugin-component-annotate@npm:3.4.0":
8272+
version: 3.4.0
8273+
resolution: "@sentry/babel-plugin-component-annotate@npm:3.4.0"
8274+
checksum: 670dcbe210d0dabf3b0e37899b0c2ed10d83d314b700d391de5e3f19f3cc43622977e611e86071c47e2c92db7c662ea8723c903081b92e90309e1aeda7eb2eba
82758275
languageName: node
82768276
linkType: hard
82778277

@@ -8437,7 +8437,7 @@ __metadata:
84378437
"@sentry-internal/eslint-config-sdk": 8.54.0
84388438
"@sentry-internal/eslint-plugin-sdk": 8.54.0
84398439
"@sentry-internal/typescript": 8.54.0
8440-
"@sentry/babel-plugin-component-annotate": 3.3.1
8440+
"@sentry/babel-plugin-component-annotate": 3.4.0
84418441
"@sentry/browser": 8.54.0
84428442
"@sentry/cli": 2.43.1
84438443
"@sentry/core": 8.54.0
@@ -25118,7 +25118,7 @@ __metadata:
2511825118
dependencies:
2511925119
"@babel/core": ^7.26.0
2512025120
"@babel/preset-env": ^7.26.0
25121-
"@sentry/babel-plugin-component-annotate": 3.3.1
25121+
"@sentry/babel-plugin-component-annotate": 3.4.0
2512225122
"@sentry/react-native": 6.13.0
2512325123
"@types/node": 20.10.4
2512425124
"@types/react": ~18.3.12
@@ -25203,7 +25203,7 @@ __metadata:
2520325203
"@react-navigation/native": ^7.0.14
2520425204
"@react-navigation/native-stack": ^7.2.0
2520525205
"@react-navigation/stack": ^7.1.1
25206-
"@sentry/babel-plugin-component-annotate": 3.3.1
25206+
"@sentry/babel-plugin-component-annotate": 3.4.0
2520725207
"@sentry/core": 8.54.0
2520825208
"@sentry/react-native": 6.13.0
2520925209
"@shopify/flash-list": ^1.7.3

0 commit comments

Comments
 (0)