Skip to content

Commit 2a20039

Browse files
committed
meta(changelog): Update changelog for 7.48.0
1 parent eed0dc9 commit 2a20039

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
### Important Changes
1010

11-
1211
- **feat(node): Add `AsyncLocalStorage` implementation of `AsyncContextStrategy` (#7800)**
1312
- feat(core): Extend `AsyncContextStrategy` to allow reuse of existing context (#7778)
1413
- feat(core): Make `runWithAsyncContext` public API (#7817)
@@ -78,11 +77,16 @@ This release adds automatic upload of source maps to the SvelteKit SDK. No need
7877

7978
Please make sure to follow the [`README`](https://github.com/getsentry/sentry-javascript/blob/develop/packages/sveltekit/README.md#uploading-source-maps) to specify your Sentry auth token, as well as org and project slugs.
8079

80+
**- feat(replay): Capture request & response headers (#7816)**
81+
82+
Replay now captures the `content-length`, `content-type`, and `accept` headers from requests and responses automatically.
83+
8184
### Additional Features and Fixes
8285

8386
- feat(browser): Export request instrumentation options (#7818)
8487
- feat(core): Add async context abstraction (#7753)
8588
- feat(core): Add DSC to all outgoing envelopes (#7820)
89+
- feat(core): Cache processed stacks for debug IDs (#7825)
8690
- feat(node): Add checkin envelope types (#7777)
8791
- feat(replay): Add `getReplayId()` method (#7822)
8892
- fix(browser): Adjust `BrowserTransportOptions` to support offline transport options (#7775)

0 commit comments

Comments
 (0)