- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 198
 
Closed
getsentry/sentry-docs
#11721Labels
Description
In the docs we say:
Breakpad and inproc both run "in-process", so they run in the same process as the application they capture crashes for. This means these backends can't send a crash to Sentry immediately after it happens. Instead, the crash report is written to disk and sent the next time the application is run. Since Crashpad runs in a different process it doesn't have this limitation.
But it doesn't help one understand the trade offs between inproc and breakpad.
When should I use one over the other? Any quirks depending on which platform I'm running?
How does in-proc work on each platform? For example does it use MiniDumpWriteDump on Windows?
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Done