UNPKG

@rlanz/sentry

Version:

A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application

3 lines (2 loc) 129 B
import type { SentryConfig } from './types/main.js'; export declare function defineConfig<T extends SentryConfig>(config: T): T;