You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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:
20
11
21
12
This release adds support Vercel Cron Jobs in the Next.js SDK.
22
13
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 = {
37
28
- feat(nextjs): Add API method to wrap API routes with crons instrumentation (#8084)
38
29
- feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)
39
30
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)
0 commit comments