Skip to content

Commit 48a0f85

Browse files
committed
docs(changelog): Move base64 entry to Unreleased section
1 parent 21113a0 commit 48a0f85

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## 8.16.0
9+
## Unreleased
1010

1111
### Features
1212

1313
- Use the runtime's native `btoa` for envelope base64 encoding when available, to improve `captureEnvelope` performance. Falls back to the bundled JS encoder if `btoa` is missing ([#6351](https://github.com/getsentry/sentry-react-native/pull/6351)).
14+
15+
## 8.16.0
16+
17+
### Features
18+
1419
- Capture errors that hit Expo Router's per-route `ErrorBoundary` ([#6318](https://github.com/getsentry/sentry-react-native/pull/6318))
1520

1621
Wrap the boundary with `Sentry.wrapExpoRouterErrorBoundary` in your route file:

0 commit comments

Comments
 (0)