@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
8 lines • 314 B
TypeScript
import type { StackParser } from '@sentry/core';
/**
* Returns a release dynamically from environment variables.
*/
export declare function getSentryRelease(fallback?: string): string | undefined;
/** Node.js stack parser */
export declare const defaultStackParser: StackParser;
//# sourceMappingURL=api.d.ts.map