HomeMoreCommunity 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) => ;} constructormethodWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousSentryPluginOptionsNextStellatePluginEdited Mar 31, 2026·Edit this page