From 8345c4b9c8591c84521b2ba03d758edeb68e0e9e Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 17 Feb 2025 15:15:46 +0100 Subject: [PATCH] fixed typo --- 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