Skip to content

Commit 4ef5bf8

Browse files
committed
Moved to tracekit
1 parent d1a2c0e commit 4ef5bf8

15 files changed

+2495
-1656
lines changed

dist/exceptionless.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,8 @@ export declare class NodeBootstrapper implements IBootstrapper {
398398
}
399399
export declare class WebErrorParser implements IErrorParser {
400400
parse(context: EventPluginContext, exception: Error): Promise<IError>;
401-
private processError(context, exception, stackFrames);
402-
private onParseError(error, context);
403401
private getStackFrames(context, stackFrames);
402+
private getParameters(parameters);
404403
}
405404
export declare class WebModuleCollector implements IModuleCollector {
406405
getModules(context: EventPluginContext): IModule[];
@@ -420,5 +419,6 @@ export declare class DefaultSubmissionClient implements ISubmissionClient {
420419
export declare class WindowBootstrapper implements IBootstrapper {
421420
register(): void;
422421
private getDefaultsSettingsFromScriptTag();
423-
private handleWindowOnError();
422+
private processUnhandledException(stackTrace, options);
423+
private processJQueryAjaxError(event, xhr, settings, error);
424424
}

0 commit comments

Comments
 (0)