Crate sentry_contrib_breakpad
source ·Expand description
Capture and report minidumps to Sentry
- Create a
BreakpadTransportFactory
forClientOptions::transport
, providing it with theTransportFactory
you were previously using. - Initialize a Sentry
Hub
. - Create the
BreakpadIntegration
which will attach a crash handler and send any previous crashes that are in the crash directoy specified.
Structs
- Monitors the current process for crashes, writing them to disk as minidumps and reporting the crash event to Sentry.
- The
TransportFactory
implementation that must be used in concert withBreakpadIntegration
to report crash events to Sentry
Enums
- Determines how crashes are sent to Sentry after they have been captured.
- 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