From 0962e398735a982057efff6d9f753d2f6be04d35 Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Tue, 29 Aug 2023 15:33:30 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eeec15d4d..30ccaab601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ performance monitoring solution with one powered by OpenTelemetry without having to do any manual setup. - Try it out by installing `pip install sentry_sdk[opentelemetry-experimental]` and + Try it out by installing `pip install sentry-sdk[opentelemetry-experimental]` and then initializing the SDK with: ```python