File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ This release adds an environment check in `@sentry/nextjs` for Vercel deployment
9
9
- fix(integrations): Don't add empty stack trace in ` RewriteFrames ` (#5625 )
10
10
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603 )
11
11
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
+
12
32
## 7.11.1
13
33
14
34
- fix(remix): Store transaction on express req (#5595 )
You can’t perform that action at this time.
0 commit comments