From 80ec043d90dd0dcfd80c3d26aa9a8b8b50b7423c Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 28 Oct 2022 09:20:16 +0200 Subject: [PATCH] meta: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09183fa8070c..eecfbcdd3aec 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.17.2 + +- fix(tracing): Fix `tracingOrigins` not applying (#6079) + ## 7.17.1 This release standardizes our SDKs to use the MIT License, which is our [standard license for Sentry SDKs](https://open.sentry.io/licensing/). We were previously using the BSD 3-Clause License in `@sentry/browser`,`@sentry/core`, `@sentry/gatsby`, `@sentry/hub`, `@sentry/integrations`, `@sentry/node`, `@sentry/react`, `@sentry/types`, `@sentry/typescript`, and `@sentry/utils`.