@sentry/wizard
Version:
Sentry wizard helping you to configure your project
8 lines (7 loc) • 322 B
TypeScript
import type { SemVer } from 'semver';
export declare function initializeSentryOnApplicationEntry(dsn: string, selectedFeatures: {
performance: boolean;
replay: boolean;
logs: boolean;
}): Promise<void>;
export declare function updateAppConfig(angularVersion: SemVer, isTracingEnabled: boolean): Promise<void>;