bugsnag-browser-lite
Advanced tools
Comparing version
@@ -1,9 +0,2 @@ | ||
import { UserInfo, NotifiableError, Severity, SeverityReason } from "./types"; | ||
interface Options { | ||
metaData?: object; | ||
user?: UserInfo; | ||
unhandled?: boolean; | ||
severity?: Severity; | ||
severityReason?: SeverityReason; | ||
} | ||
import { Options, NotifiableError } from "./types"; | ||
export declare function prepareBugsnagReport(apiKey: string, error: NotifiableError, opts?: Options): { | ||
@@ -29,6 +22,6 @@ apiKey: string; | ||
metaData?: object | undefined; | ||
user?: UserInfo | undefined; | ||
user?: import("./types").UserInfo | undefined; | ||
unhandled?: boolean | undefined; | ||
severity?: "error" | "warning" | "info" | undefined; | ||
severityReason?: SeverityReason | undefined; | ||
severityReason?: import("./types").SeverityReason | undefined; | ||
exceptions: { | ||
@@ -54,3 +47,2 @@ errorClass: any; | ||
} | ||
export {}; | ||
//# sourceMappingURL=bugsnag_client.d.ts.map |
import { BugsnagClient } from "./bugsnag_client"; | ||
export { BugsnagClient } from "./bugsnag_client"; | ||
export { BugsnagErrorReport, NotifiableError } from "./types"; | ||
export { BugsnagErrorReport, NotifiableError, Options } from "./types"; | ||
export default function bugsnag(apiKey: string): BugsnagClient; | ||
//# sourceMappingURL=bugsnag.d.ts.map |
@@ -125,3 +125,10 @@ interface Notifier { | ||
} | ||
export interface Options { | ||
metaData?: object; | ||
user?: UserInfo; | ||
unhandled?: boolean; | ||
severity?: Severity; | ||
severityReason?: SeverityReason; | ||
} | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "bugsnag-browser-lite", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Bugsnag error reporting on the browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
115473
-0.72%633
-0.16%