constants.ts 170 B

123
  1. export const SENTRY_PLUGIN_OPTIONS = 'SENTRY_PLUGIN_OPTIONS';
  2. export const SENTRY_TRANSACTION_KEY = 'SENTRY_PLUGIN_TRANSACTION';
  3. export const loggerCtx = 'SentryPlugin';