Skip to content

Commit e2e8479

Browse files
committed
meta(changelog): Update changelog for 7.70.0
1 parent cd0bc3b commit e2e8479

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.70.0
8+
9+
- **feat: Add Bun SDK (#9029)**
10+
11+
This release contains the beta version of `@sentry/bun`, our SDK for the [Bun JavaScript runtime](https://bun.sh/)! For details on how to use it, please see the [README](./packages/bun/README.md). Any feedback/bug reports are greatly appreciated, please [reach out on GitHub](https://github.com/getsentry/sentry-javascript/discussions/7979).
12+
13+
Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see [the tracking issue in Bun's GitHub repo](https://github.com/oven-sh/bun/issues/5091).
14+
15+
- **feat(remix): Add Remix 2.x release support. (#8940)**
16+
17+
The Sentry Remix SDK now officially supports Remix v2! See [our Remix docs for more details](https://docs.sentry.io/platforms/javascript/guides/remix/).
18+
19+
- chore(node): upgrade cookie to ^0.5.0 (#9013)
20+
- feat(core): Introduce `processEvent` hook on `Integration` (#9017)
21+
- feat(node): Improve non-error messages (#9026)
22+
- feat(vercel-edge): add Vercel Edge Runtime package (#9041)
23+
- fix(remix): Use `React.ComponentType` instead of `React.FC` as `withSentry`'s generic type. (#9043)
24+
- fix(replay): Ensure replay events go through `preprocessEvent` hook (#9034)
25+
- fix(replay): Fix typo in Replay types (#9028)
26+
- fix(utils): Try-catch monkeypatching to handle frozen objects/functions (#9031)
27+
28+
Work in this release contributed by @Dima-Dim and @lifeiscontent. Thank you for your contributions!
29+
30+
Special thanks for @isaacharrisholt for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK.
31+
732
## 7.69.0
833

934
### Important Changes

0 commit comments

Comments
 (0)