Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove warning about non-portable path to file "SentryDsn.h" #3270

Merged
merged 4 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)x
brustolin marked this conversation as resolved.
Show resolved Hide resolved

### 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