interface CrashReporterService
Interface to be implemented by external services that accept crash reports. |
|
class MozillaSocorroService : CrashReporterService
A CrashReporterService implementation uploading crash reports to crash-stats.mozilla.com. |
|
class SentryService : CrashReporterService
A CrashReporterService implementation that uploads crash reports to a Sentry server. |
typealias GeckoCrashReporter = CrashReporter |