File tree 1 file changed +2
-2
lines changed
plugin-dev/Source/Sentry/Private/GenericPlatform 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ TSharedPtr<ISentryId> FGenericPlatformSentrySubsystem::CaptureMessageWithScope(c
401
401
sentry_value_set_stacktrace (nativeEvent, nullptr , 0 );
402
402
}
403
403
404
- sentry_scope_t * scope = sentry_local_scope_new ();
404
+ sentry_scope_t * scope = sentry_local_scope_new ();
405
405
406
406
TSharedPtr<FGenericPlatformSentryScope> NewLocalScope = MakeShareable (new FGenericPlatformSentryScope (scope));
407
407
onConfigureScope.ExecuteIfBound (NewLocalScope);
@@ -436,7 +436,7 @@ TSharedPtr<ISentryId> FGenericPlatformSentrySubsystem::CaptureEventWithScope(TSh
436
436
sentry_value_set_stacktrace (nativeEvent, nullptr , 0 );
437
437
}
438
438
439
- sentry_scope_t * scope = sentry_local_scope_new ();
439
+ sentry_scope_t * scope = sentry_local_scope_new ();
440
440
441
441
TSharedPtr<FGenericPlatformSentryScope> NewLocalScope = MakeShareable (new FGenericPlatformSentryScope (scope));
442
442
onScopeConfigure.ExecuteIfBound (NewLocalScope);
You can’t perform that action at this time.
0 commit comments