From 1ccb8d263e1947ce32dd96e2f905cc6ecb74b658 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 31 Jul 2023 15:33:06 +0200 Subject: [PATCH] meta(changelog): Update readme for 7.61.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf97364ee90..3656b05ef87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.61.0 + +### Important Changes + +- **feat(node-experimental): Add `@sentry/node-experimental` package as MVP for POTEL (#8609)** + +This introduces a new, *experimental* package, `@sentry/node-experimental`. +This is a variant of the Node SDK which uses OpenTelemetry under the hood for performance instrumentation. + +Note that this package is very much WIP, considered unstable and may change at any time. +**No SemVer guarantees apply whatsoever.** Still, if you're brave enough you can give it a try. +[Read more about @sentry/node-experimental](./packages/node-experimental/README.md) + +### Other Changes + +- fix(node): Don't set extra baggage headers (#8657) +- fix(tracing): Trim idle transaction spans if they exceed final timeout (#8653) + ## 7.60.1 - fix(nextjs): Match folder paths with trailing separator (#8615)