We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Error
SentryError
1 parent b93373a commit 862a83bCopy full SHA for 862a83b
packages/utils/src/error.ts
@@ -9,7 +9,6 @@ export class SentryError extends Error {
9
super(message);
10
11
this.name = new.target.prototype.constructor.name;
12
- Object.setPrototypeOf(this, new.target.prototype);
13
this.logLevel = logLevel;
14
}
15
0 commit comments