HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/base.komma.pro/node_modules/@sentry/browser/dist/parsers.d.ts
import { Event, Exception, StackFrame } from '@sentry/types';
import { StackFrame as TraceKitStackFrame, StackTrace as TraceKitStackTrace } from './tracekit';
/**
 * This function creates an exception from an TraceKitStackTrace
 * @param stacktrace TraceKitStackTrace that will be converted to an exception
 * @hidden
 */
export declare function exceptionFromStacktrace(stacktrace: TraceKitStackTrace): Exception;
/**
 * @hidden
 */
export declare function eventFromPlainObject(exception: {}, syntheticException?: Error, rejection?: boolean): Event;
/**
 * @hidden
 */
export declare function eventFromStacktrace(stacktrace: TraceKitStackTrace): Event;
/**
 * @hidden
 */
export declare function prepareFramesForEvent(stack: TraceKitStackFrame[]): StackFrame[];
//# sourceMappingURL=parsers.d.ts.map