From 671fb0bea06c91035def669185e6240705405beb Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 14 Sep 2022 10:01:20 +0200 Subject: [PATCH] Fix typos in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ae9eae080..e4ca83d3e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -444,7 +444,7 @@ for ViewControllers, HTTP requests, app start and slow and frozen frames. - feat: Add breadcrumbs for HTTP requests (#1258) - feat: Add clearAttachments to Scope (#1195) - feat: Expose tracked screen frames (#1262) -- feat: Expose AppStartMeasurment for Hybrid SDKs (#1251) +- feat: Expose AppStartMeasurement for Hybrid SDKs (#1251) ### Fixes @@ -460,7 +460,7 @@ for ViewControllers, HTTP requests, app start and slow and frozen frames. ## 7.2.0-beta.9 - feat: Expose tracked screen frames (#1262) -- feat: Expose AppStartMeasurment for Hybrid SDKs (#1251) +- feat: Expose AppStartMeasurement for Hybrid SDKs (#1251) - fix: Span serialization HTTP data in wrong place. (#1255) - feat: Add tags to Sentry Span (#1243)