© 2026 Hedgehog Software, LLC
// Other imports import { captureException } from '@sentry/node'; export class UserListener extends Listener<typeof Events.ListenerError> { public run(error: Error, context: ListenerErrorPayload) { captureException(error, { tags: { name: context.piece.name } }); } }
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members