Skip to content

Commit

Permalink
Fix build error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Aug 16, 2023
1 parent edca5d9 commit 0a9ed78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void FSentryTransport::Send(sentry_envelope_t* envelope)

const USentrySettings* Settings = FSentryModule::Get().GetSettings();

const SentryDsnUrl DsnUrl(Settings->DsnUrl);
const SentryDsnUrl DsnUrl(Settings->Dsn);

TSharedRef<IHttpRequest, ESPMode::ThreadSafe> HttpRequest = FHttpModule::Get().CreateRequest();

Expand Down

0 comments on commit 0a9ed78

Please sign in to comment.