UNPKG

@rlanz/sentry

Version:

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

6 lines (5 loc) 168 B
import type Configure from '@adonisjs/core/commands/configure'; /** * Configures the package */ export declare function configure(command: Configure): Promise<void>;