diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d364438dfa..837603e0bcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 5.15.0 + - [apm] fix: Sampling of traces work now only depending on the client option `tracesSampleRate` (#2500) - [apm] fix: Remove internal `forceNoChild` parameter from `hub.startSpan` (#2500) - [apm] fix: Made constructor of `Span` internal, only use `hub.startSpan` (#2500) - [apm] ref: Remove status from tags in transaction (#2497) - [browser] fix: Respect breadcrumbs sentry:false option (#2499) +- [node] ref: Skip body parsing for GET/HEAD requests (#2504) ## 5.14.2