Skip to content

Commit 3b0e1b3

Browse files
committed
meta(changelog): Update changelog for 8.0.0-beta.3
1 parent 3a45a3c commit 3b0e1b3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

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

7+
## 8.0.0-beta.3
8+
9+
### Important Changes
10+
11+
- **feat(opentelemetry): Add `addOpenTelemetryInstrumentation` (#11667)**
12+
13+
A utility function `addOpenTelemetryInstrumentation` was added that allows for the registration of instrumentations that
14+
conform to the OpenTelemetry JS API without having to specify `@opentelemetry/instrumentation` as a dependency.
15+
16+
- **ref(core): Don't start transaction for trpc middleware (#11697)**
17+
18+
Going forward, the Sentry `trpcMiddleware` will only create spans. Previously it used to always create a transaction.
19+
This change was made to integrate more nicely with the HTTP instrumentation added in earlier versions to avoid creating
20+
unnecessary transactions.
21+
22+
### Other Changes
23+
24+
- feat(nextjs): Instrument outgoing http requests (#11685)
25+
- feat(opentelemetry): Remove setupGlobalHub (#11668)
26+
- fix: Missing ErrorEvent export are added to node, browser, bun, deno, vercel-edge sub-packages (#11649)
27+
- fix(nextjs): Do not sample next spans if they have remote parent (#11680)
28+
- fix(nextjs): Re-enable OTEL fetch instrumentation and disable Next.js fetch instrumentation (#11686)
29+
- fix(node): Ensure DSC on envelope header uses root span (#11683)
30+
- ref(browser): Streamline pageload span creation and scope handling (#11679)
31+
- ref(core): Directly use endSession (#11669)
32+
733
## 8.0.0-beta.2
834

935
### Important Changes

0 commit comments

Comments
 (0)