Searched refs:LogBoxLogData (Results 1 – 6 of 6) sorted by relevance
8 import type { LogBoxLogData } from './LogBoxLog';38 export declare function parseLogBoxException(error: ExtendedExceptionData): LogBoxLogData;
12 export type LogBoxLogData = { alias52 constructor(data: LogBoxLogData & {
1 …LogBoxLogData = {\n level: LogLevel;\n type?: string;\n message: Message;\n stack: Stack;\n c…
1 …LogBoxLogData } from './LogBoxLog';\nimport parseErrorStack from '../modules/parseErrorStack';\nim…
17 export type LogBoxLogData = { alias74 data: LogBoxLogData & {
9 import type { LogBoxLogData } from './LogBoxLog';174 export function parseLogBoxException(error: ExtendedExceptionData): LogBoxLogData {