Skip to content

Commit

Permalink
fix: Remove warning about non-portable path to file "SentryDsn.h" (#3270
Browse files Browse the repository at this point in the history
)

* Update SentryPropagationContext.m

* Update CHANGELOG.md

* Apply suggestions from code review
  • Loading branch information
brustolin committed Sep 6, 2023
1 parent d61b939 commit 881a955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Remove warning about non-portable path to file "SentryDsn.h" (#3270)

### Features

- Rename "http.method" to "http.request.method" for network Spans #3268
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryPropagationContext.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "SentryPropagationContext.h"
#import "SentryDSN.h"
#import "SentryDsn.h"
#import "SentryHub+Private.h"
#import "SentryId.h"
#import "SentryOptions+Private.h"
Expand Down

0 comments on commit 881a955

Please sign in to comment.