Skip to content

Commit 6d067dd

Browse files
author
Luca Forstner
committed
move
1 parent e53804e commit 6d067dd

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77

88
## 7.52.0
99

10-
- feat(replay): Capture keyboard presses for special characters (#8051)
11-
- fix(build): Don't mangle away global debug ID map (#8096)
12-
- fix(core): Return checkin id from client (#8116)
13-
- fix(core): Use last error for `ignoreErrors` check (#8089)
14-
- fix(docs): Change to `addTracingExtensions` was not documented in MIGRATION.md (#8101)
15-
- fix(replay): Check relative URLs correctly (#8024)
16-
- fix(tracing-internal): Avoid classifying protocol-relative URLs as same-origin urls (#8114)
17-
- ref: Hoist `createCheckinEnvelope` to core package (#8082)
18-
19-
**Important Next.js SDK changes:**
10+
### Important Next.js SDK changes:
2011

2112
This release adds support Vercel Cron Jobs in the Next.js SDK.
2213
The SDK will automatically create [Sentry Cron Monitors](https://docs.sentry.io/product/crons/) for your [Vercel Cron Jobs](https://vercel.com/docs/cron-jobs) configured via `vercel.json` when deployed on Vercel.
@@ -37,6 +28,17 @@ const nextConfig = {
3728
- feat(nextjs): Add API method to wrap API routes with crons instrumentation (#8084)
3829
- feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)
3930

31+
### Other changes
32+
33+
- feat(replay): Capture keyboard presses for special characters (#8051)
34+
- fix(build): Don't mangle away global debug ID map (#8096)
35+
- fix(core): Return checkin id from client (#8116)
36+
- fix(core): Use last error for `ignoreErrors` check (#8089)
37+
- fix(docs): Change to `addTracingExtensions` was not documented in MIGRATION.md (#8101)
38+
- fix(replay): Check relative URLs correctly (#8024)
39+
- fix(tracing-internal): Avoid classifying protocol-relative URLs as same-origin urls (#8114)
40+
- ref: Hoist `createCheckinEnvelope` to core package (#8082)
41+
4042
## 7.51.2
4143

4244
- fix(nextjs): Continue traces in data fetchers when there is an already active transaction on the hub (#8073)

0 commit comments

Comments
 (0)