diff --git a/plugin-dev/Source/Sentry/Private/Desktop/Transport/SentryTransport.cpp b/plugin-dev/Source/Sentry/Private/Desktop/Transport/SentryTransport.cpp index 59f6687c..24c3d86a 100644 --- a/plugin-dev/Source/Sentry/Private/Desktop/Transport/SentryTransport.cpp +++ b/plugin-dev/Source/Sentry/Private/Desktop/Transport/SentryTransport.cpp @@ -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 HttpRequest = FHttpModule::Get().CreateRequest();