UNPKG

314 BTypeScriptView Raw
1import type { StackParser } from '@sentry/core';
2/**
3 * Returns a release dynamically from environment variables.
4 */
5export declare function getSentryRelease(fallback?: string): string | undefined;
6/** Node.js stack parser */
7export declare const defaultStackParser: StackParser;
8//# sourceMappingURL=api.d.ts.map
\No newline at end of file