Skip to content

Commit 1d1b4a0

Browse files
authored
fix(react-native): Enhance fragment detection for indirect references (#767)
1 parent a5ab3a6 commit 1d1b4a0

File tree

5 files changed

+915
-137
lines changed

5 files changed

+915
-137
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
6+
- fix(react-native): Enhance fragment detection for indirect references ([#767](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/767))
67

78
## 4.1.0
89

packages/babel-plugin-component-annotate/.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
tsconfigRootDir: __dirname,
1010
project: ["./src/tsconfig.json", "./test/tsconfig.json"],
1111
},
12+
globals: {
13+
Set: "readonly",
14+
},
1215
env: {
1316
node: true,
1417
},

0 commit comments

Comments
 (0)