You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/unreal/configuration/native-backend/index.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,3 @@ Available modes:
48
48
-`Minidump` - Write and send a minidump for server-side symbolication. No client-side stack unwinding is performed.
49
49
-`NativeStackwalking` - Walk the stack client-side in the crash daemon and send a JSON event with stack traces. No minidump is generated, resulting in faster uploads and smaller payloads.
50
50
-`NativeStackwalkingWithMinidump` (default) - Perform client-side stack unwinding and also attach a minidump for deep debugging when needed.
51
-
52
-
### Limitations
53
-
54
-
-**macOS App Sandbox**: The native backend uses POSIX IPC semaphores which are blocked by macOS App Sandbox. If your packaged build has the `com.apple.security.app-sandbox` entitlement enabled, you'll need to remove it by editing your project's entitlements file.
0 commit comments