Skip to content

Commit e53804e

Browse files
author
Luca Forstner
committed
meta(changelog): Update changelog for 7.52.0
1 parent 4c42bd5 commit e53804e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
8+
## 7.52.0
9+
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:**
20+
21+
This release adds support Vercel Cron Jobs in the Next.js SDK.
22+
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.
23+
24+
You can opt out of this functionality by setting the `automaticVercelMonitors` option to `false`:
25+
26+
```js
27+
// next.config.js
28+
const nextConfig = {
29+
sentry: {
30+
automaticVercelMonitors: false,
31+
},
32+
};
33+
```
34+
35+
(Note: Sentry Cron Monitoring is currently in beta and subject to change. Help us make it better by letting us know what you think. Respond on [GitHub](https://github.com/getsentry/sentry/discussions/42283) or write to us at [email protected])
36+
37+
- feat(nextjs): Add API method to wrap API routes with crons instrumentation (#8084)
38+
- feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)
39+
740
## 7.51.2
841

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

0 commit comments

Comments
 (0)