Home...Community PluginsSentryPluginSentryServiceOn this pageSentryService@vendure-community/sentry-pluginSource Service for capturing errors and messages to Sentry. Signatureclass SentryService { constructor(options: SentryPluginOptions) captureException(exception: Error) => ; captureMessage(message: string, captureContext?: CaptureContext) => ; startSpan(context: StartSpanOptions) => ;} constructormethod(options: SentryPluginOptions) => SentryServicecaptureExceptionmethod(exception: Error) => captureMessagemethod(message: string, captureContext?: CaptureContext) => Captures a messagestartSpanmethod(context: StartSpanOptions) => Starts new spanWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousSentryPluginOptionsNextStellatePluginEdited Mar 31, 2026·Edit this page