@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
TypeScript
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>;
}