Page MenuHomeSoftware Heritage

error.js
No OneTemporary

error.js

/** An error emitted by Sentry SDKs and related utilities. */
class SentryError extends Error {
/** Display name of this error instance. */
constructor( message) {
super(message);this.message = message;;
this.name = new.target.prototype.constructor.name;
Object.setPrototypeOf(this, new.target.prototype);
}
}
export { SentryError };
//# sourceMappingURL=error.js.map

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 4, 7:26 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3330363

Event Timeline