Crate sentry_contrib_breakpad

Crate sentry_contrib_breakpad 

Source
Expand description

Capture and report minidumps to Sentry

  1. Create a BreakpadTransportFactory for ClientOptions::transport , providing it with the TransportFactory you were previously using.
  2. Initialize a Sentry Hub.
  3. Create the BreakpadIntegration which will attach a crash handler and send any previous crashes that are in the crash directoy specified.

Structs§

BreakpadIntegration
Monitors the current process for crashes, writing them to disk as minidumps and reporting the crash event to Sentry.
BreakpadTransportFactory
The TransportFactory implementation that must be used in concert with BreakpadIntegration to report crash events to Sentry

Enums§

CrashSendStyle
Determines how crashes are sent to Sentry after they have been captured.
Error
InstallOptions
Determines which handlers are installed to catch errors. These options are only used when targetting MacOS/iOS, all other platforms use the only error handler they support