Skip to content

Commit 5e81a1b

Browse files
committed
shorten changelog
1 parent 71e64c7 commit 5e81a1b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
This release introduces the first alpha version of `@sentry/sveltekit`, our newest JavaScript SDK for Sveltekit. Check out the [README](./packages/sveltekit/README.md) for usage instructions and what to expect from this alpha release.
1010

11-
- feat(browser): Export `BrowserTracing` from `@sentry/browser` (#7472)
12-
- feat(browser): Re-export `addTracingExtensions` from `@sentry/core` (#7498)
13-
- feat(bundles): Ensure CDN bundles always have a `Replay` export (#7414)
14-
- feat(core): Emit `beforeEnvelope` hook (#7448)
1511
- feat(replay): Add `request_body_size` & `response_body_size` to fetch/xhr (#7407)
1612
- feat(replay): Add additional properties for UI clicks (#7395)
1713
- feat(replay): Reduce time limit before pausing a recording (#7356)
@@ -24,25 +20,16 @@ This release introduces the first alpha version of `@sentry/sveltekit`, our newe
2420
- feat(sveltekit): Introduce client-side `handleError` wrapper (#7406)
2521
- feat(sveltekit): Add SvelteKit client and server `init` functions (#7408)
2622
- feat(sveltekit): Inject `Sentry.init` calls into server and client bundles (#7391)
27-
- feat(tracing): Bring back `finishReason` for interaction transactions (#7449)
28-
- feat(tracing): Move `registerErrorInstrumentation` to `@sentry/core` (#7494)
29-
- feat(tracing): Move Integrations from `tracing-internal` to `@sentry/tracing` (#7471)
30-
- feat(tracing): Move tracing code to internal package (#7451)
3123
- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
3224
- fix(integrations): Handle lower-case prefix windows paths in `RewriteFrames` (#7506)
3325
- fix(next): Guard against missing serverSideProps (#7517)
3426
- fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
3527
- fix(nextjs): Fix runtime error for static pages (#7476)
3628
- fix(profiling): Catch sendProfile rejection (#7446)
37-
- fix(replay): Ensure network breadcrumbs have all data (#7491)
3829
- fix(replay): Never capture file input changes (#7485)
3930
- fix(serverless): Explicitly export node package exports (#7457)
4031
- fix(vue): Do not depend on `window.location` for SSR environments (#7518)
41-
- ref(replay): Use `Date.now()` instead of `new Date().getTime()` (#7492)
42-
- ref(node): Use native path module to infer path (#7415)
43-
- ref(utils): Limit max stack lines we parse (#7410)
44-
- ref(utils): Reorder regexpa and add tests (#7505)
45-
- ref(utils): Use test instead of indexof in stacktrace (#7417)
32+
4633

4734
**Replay `rrweb` changes:**
4835

0 commit comments

Comments
 (0)