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

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