Options
All
  • Public
  • Public/Protected
  • All
Menu

Called when a crash report is about to be sent.

Typically the summaries will have a size of 1, but if the app is crashing very early during start up, summaries could be larger.

param

An array of CrashReportSummary objects.

warning

This method will be scheduled on the main thread, so any long operations should be performed asynchronously.

warning

crashReportingEnabled agent config property must be true (default).

Hierarchy

  • CrashReportCallback

Index

Properties

Properties

onCrashesReported

onCrashesReported: (summaries: CrashReportSummary[]) => void

Type declaration

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Static property
  • Static method

Generated using TypeDoc