From 3cc09ec300664fa15cac405480406ce6c4366002 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Thu, 12 Sep 2024 14:39:31 +0200 Subject: [PATCH] Fix typo (#2283) Fixes a small typo I stumbled upon when reading through the changelogs. #skip-changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff734baf10..387633d6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,7 +126,7 @@ SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]), (options) { options.dsn = 'https://example@sentry.io/add-your-dsn-here'; options.proxy = SentryProxy( - type: SenryProxyType.http, + type: SentryProxyType.http, host: 'localhost', port: 8080, );