Skip to content

Commit

Permalink
fix(metro): Fix sourceMapString is not a function, support metro@0.80…
Browse files Browse the repository at this point in the history
….10 (see #4004)
  • Loading branch information
antonis committed Sep 19, 2024
1 parent f4bcc81 commit 2ab5534
Show file tree
Hide file tree
Showing 5 changed files with 31,966 additions and 23,207 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Support `metro@0.80.10` new `sourceMapString` export ([#4004](https://github.com/getsentry/sentry-react-native/pull/4004))

### Dependencies

- Bump Cocoa SDK from v8.29.1 to v8.36.0 ([#4102](https://github.com/getsentry/sentry-react-native/pull/4102))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"jest-environment-jsdom": "^29.6.2",
"jest-extended": "^4.0.2",
"madge": "^6.1.0",
"metro": "0.76",
"metro": "0.80.10",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.73.2",
Expand Down
Loading

0 comments on commit 2ab5534

Please sign in to comment.