Skip to content

Commit 3e87bd0

Browse files
committed
Add stub for configuring network connect function on Switch
1 parent 78b2f12 commit 3e87bd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugin-dev/Source/Sentry/Private/GenericPlatform/GenericPlatformSentrySubsystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ void FGenericPlatformSentrySubsystem::InitWithSettings(const USentrySettings* se
295295
ConfigureHandlerPath(options);
296296
ConfigureDatabasePath(options);
297297
ConfigureCertsPath(options);
298+
ConfigureNetworkConnectFunc(options);
298299

299300
sentry_options_set_release(options, TCHAR_TO_ANSI(settings->OverrideReleaseName ? *settings->Release : *settings->GetFormattedReleaseName()));
300301

plugin-dev/Source/Sentry/Private/GenericPlatform/GenericPlatformSentrySubsystem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class FGenericPlatformSentrySubsystem : public ISentrySubsystem
6565
virtual void ConfigureLogFileAttachment(sentry_options_t* Options) {}
6666
virtual void ConfigureScreenshotAttachment(sentry_options_t* Options) {}
6767
virtual void ConfigureGpuDumpAttachment(sentry_options_t* Options) {}
68+
virtual void ConfigureNetworkConnectFunc(sentry_options_t* Options) {}
6869

6970
FString GetHandlerPath() const;
7071
FString GetDatabasePath() const;

0 commit comments

Comments
 (0)