From 651e28fefa6d1375027a0f623e6ff7bd0812b111 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 17 Feb 2025 15:25:01 +0100 Subject: [PATCH] Fixed typo in changelog (#4068) oops... (also changed in on Github) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc018f65c..e6857c34ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - **New integration:** Add [Statsig](https://statsig.com/) integration (#4022) by @aliu39 - For more information, see the documentation for the [TyperIntegration](https://docs.sentry.io/platforms/python/integrations/statsig/). + For more information, see the documentation for the [StatsigIntegration](https://docs.sentry.io/platforms/python/integrations/statsig/). - Profiling: Continuous profiling lifecycle (#4017) by @Zylphrex - Fix: Revert "feat(tracing): Add `propagate_traces` deprecation warning (#3899)" (#4055) by @cmanallen