UNPKG

@rlanz/sentry

Version:

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

9 lines (8 loc) 366 B
import { BaseFixture } from './base_fixture.js'; export declare class ConfigureFixture extends BaseFixture { whenIRunConfigure(): Promise<void>; thenShouldRegisterProvider(): Promise<void>; thenShouldRegisterMiddleware(): Promise<void>; thenConfigurationShouldBeCreated(): Promise<void>; thenEnvironmentVariablesShouldBeAdded(): Promise<void>; }