UNPKG

@sentry/core

Version:
7 lines 182 B
/** * Just an Error object with arbitrary attributes attached to it. */ export interface ExtendedError extends Error { [key: string]: any; } //# sourceMappingURL=error.d.ts.map