From 12ccc5df3519da92f610552b56c0d57cc1733220 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 17 Aug 2022 14:34:10 -0400 Subject: [PATCH] meta: 7.11.1 CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc309736876f..05b2cb9f8ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.11.1 + +- fix(remix): Store transaction on express req (#5595) + ## 7.11.0 This release introduces updates the [`tracingOrigins` option](https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins) to not attach any headers/create an spans when supplied with an empty array (`[]`). Previously, we would supply the default `tracingOrigins` if an empty array was set as the `tracingOrigins` option.