Skip to content

Commit b26c611

Browse files
authored
meta: Update changelog with 7.12.0 (#5661)
1 parent f683059 commit b26c611

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ This release adds an environment check in `@sentry/nextjs` for Vercel deployment
99
- fix(integrations): Don't add empty stack trace in `RewriteFrames` (#5625)
1010
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
1111

12+
# 7.12.0
13+
14+
- feat(nextjs): Create transactions in `getInitialProps` and `getServerSideProps` (#5593)
15+
- feat(nextjs): Instrument server-side `getInitialProps` of `_app`, `_document` and `_error` (#5604)
16+
- feat(node): Populate `event.contexts` for Node.js (#5512)
17+
- feat(svelte): Add Component Tracking (#5612)
18+
- fix(browser): use valid urls in Request checks (#5630)
19+
- fix(integrations): Don't add empty stack trace in `RewriteFrames` (#5625)
20+
- fix(nextjs): Start navigation transactions on same-route navigations (#5642)
21+
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
22+
- fix(node): Avoid catching domain errors in request handler (#5627)
23+
- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
24+
- ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
25+
- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
26+
- ref(tracing): Remove mark measurements (#5605)
27+
- ref(tracing): Update long task description (#5601)
28+
- chore(svelte): Detect and report SvelteKit usage (#5594)
29+
30+
Work in this release contributed by @lucas-zimerman, @GJZwiers, and @mohd-akram. Thank you for your contributions!
31+
1232
## 7.11.1
1333

1434
- fix(remix): Store transaction on express req (#5595)

0 commit comments

Comments
 (0)