SentryService
Service for capturing errors and messages to Sentry.
constructor
method
(options: SentryPluginOptions) => SentryServicecaptureException
method
(exception: Error) => captureMessage
method
(message: string, captureContext?: CaptureContext) => Captures a message
startSpan
method
(context: StartSpanOptions) => Starts new span
Was this chapter helpful?