import { NodeOptions } from '@sentry/node'; export interface SentryModuleOptions extends NodeOptions { tags?: { [key: string]: string; }; }