From 661f563de3a8d58d106d4336eaf0d88a34f161c7 Mon Sep 17 00:00:00 2001 From: Dhiogo Ramos Brustolin Date: Wed, 6 Sep 2023 10:20:26 +0200 Subject: [PATCH 1/3] Update SentryPropagationContext.m --- Sources/Sentry/SentryPropagationContext.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/SentryPropagationContext.m b/Sources/Sentry/SentryPropagationContext.m index 3ae84152b61..62405282fee 100644 --- a/Sources/Sentry/SentryPropagationContext.m +++ b/Sources/Sentry/SentryPropagationContext.m @@ -1,5 +1,5 @@ #import "SentryPropagationContext.h" -#import "SentryDSN.h" +#import "SentryDsn.h" #import "SentryHub+Private.h" #import "SentryId.h" #import "SentryOptions+Private.h" From f782d5b11977465429e53b199fa79b448709eb37 Mon Sep 17 00:00:00 2001 From: Dhiogo Ramos Brustolin Date: Wed, 6 Sep 2023 10:22:55 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31c1230856..17e1a6c3c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixes + +- Remove warning about non-portable path to file "SentryDsn.h" (#3270)x + ## 8.11.0 ### Features From 8d7dd680a9873bfa40c2a6189e906525bb314858 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Wed, 6 Sep 2023 11:36:08 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da94f6f1d7..33d06940e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Remove warning about non-portable path to file "SentryDsn.h" (#3270)x +- Remove warning about non-portable path to file "SentryDsn.h" (#3270) ### Features