UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

14 lines (13 loc) 732 B
export declare const sentryImport = "import 'package:sentry_flutter/sentry_flutter.dart';\n"; export declare const sessionReplaySampleRate = 0.1; export declare const sessionReplayOnErrorSampleRate = 1; export declare function pubspecOptions(project: string, org: string): string; export declare function sentryProperties(authToken: string): string; export declare function initSnippet(dsn: string, selectedFeaturesMap: { tracing: boolean; profiling: boolean; replay: boolean; logs: boolean; }, runApp: string): string; export declare function pubspecSnippetColored(sentryVersion: string, pluginVersion: string, project: string, org: string): string; export declare function initSnippetColored(dsn: string): string;