Skip to content

Commit 25fcba0

Browse files
author
Luca Forstner
committed
meta(changelog): Update changelog for 8.0.0-beta.4
1 parent 57d6045 commit 25fcba0

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

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

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

7+
## 8.0.0-beta.4
8+
9+
### Important Changes
10+
11+
- **feat(browser): Add INP support for v8 (#11650)**
12+
13+
INP web vital support was now forward-ported to version 8. Recording of INP data is enabled by default.
14+
15+
- **feat(core): Increase default transport buffer size from 30 to 64 (#11764)**
16+
17+
The default limit of queued events to be sent was increased from 30 to 64 events. You may observe a higher memory
18+
footprint of the SDK. You can override this limit by setting the `transportOptions.bufferSize` option in
19+
`Sentry.init()`.
20+
21+
- **feat(replay): Add "maxCanvasSize" option for replay canvases (#11617)**
22+
23+
A `maxCanvasSize` option was added to the `replayCanvasIntegration` to disallow capturing of canvases larger than a
24+
certain size. This value defaults to `1280` which will not capture canvases bigger than 1280x1280 pixels.
25+
26+
### Other Changes
27+
28+
- deps: Downgrade `@opentelemetry/instrumentation-http` to `0.48.0` (#11745)
29+
- deps(nextjs): Remove unnecessary and faulty `@opentelemetry/api` dependency from Next.js package (#11717)
30+
- feat(aws): Add OTEL based integrations (#11548)
31+
- feat(core): Ensure trace context only includes relevant data (#11713)
32+
- feat(deps): Bump @opentelemetry/instrumentation-fastify from 0.33.0 to 0.35.0 (#11690)
33+
- feat(deps): Bump @opentelemetry/instrumentation-graphql from 0.37.0 to 0.39.0 (#11692)
34+
- feat(deps): Bump @opentelemetry/instrumentation-http from 0.48.0 to 0.50.0 (#11725)
35+
- feat(deps): Bump @opentelemetry/instrumentation-mongoose from 0.35.0 to 0.37.0 (#11693)
36+
- feat(deps): Bump @opentelemetry/instrumentation-mysql2 from 0.35.0 to 0.37.0 (#11726)
37+
- feat(deps): Bump @opentelemetry/instrumentation-nestjs-core from 0.34.0 to 0.36.0 (#11727)
38+
- feat(deps): Bump @opentelemetry/sdk-metrics from 1.21.0 to 1.23.0 (#11695)
39+
- feat(deps): Bump @prisma/instrumentation from 5.9.0 to 5.12.1 (#11724)
40+
- feat(feedback): Create async bundles and code to resolve helper integrations (#11621)
41+
- feat(nextjs): Sample out low-quality spans on older Next.js versions (#11722)
42+
- feat(opentelemetry): Support new http method attribute (#11756)
43+
- feat(opentelemetry): Use rest args for addOpenTelemetryInstrumentation (#11721)
44+
- feat(replay): Upgrade rrweb packages to 2.15.0 (#11736)
45+
- fix(browser): Ensure `lazyLoadIntegration` works in NPM mode (#11673)
46+
- fix(browser): Set custom sentry source correctly (#11735)
47+
- fix(ember): Do not create rendering spans without transaction (#11749)
48+
- fix(serverless): Check if cloud event callback is a function (#9044) (#11701)
49+
- ref(nextjs): Remove unnecessary logic to filter symbolification/sentry spans (#11714)
50+
751
## 8.0.0-beta.3
852

953
### Important Changes

0 commit comments

Comments
 (0)