We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sentry Saas (sentry.io)
@sentry/browser
9.2.0
No response
https://macs-holding.sentry.io/issues/6218488847/events/039f7b826c3d4864bbf132089ea3f611?project=4504671195299840&referrer=alert-rule-issue-list
Report an error which contains a property that is an object with a custom prototype like Header from effect: https://github.com/Effect-TS/effect/blob/main/packages/platform/src/Headers.ts#L44 Object.getPrototypeOf(Object.create({})) has no constructor
Header
Object.getPrototypeOf(Object.create({}))
constructor
the problem in the SDK is here is a constructor assumed:
return prototype ? prototype.constructor.name : 'null prototype';
In EventBuilder you silently catch errors on that instead
no error inside Contexts cause.defect.response.headers
error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
9.2.0
Framework Version
No response
Link to Sentry event
https://macs-holding.sentry.io/issues/6218488847/events/039f7b826c3d4864bbf132089ea3f611?project=4504671195299840&referrer=alert-rule-issue-list
Reproduction Example/SDK Setup
No response
Steps to Reproduce
Report an error which contains a property that is an object with a custom prototype like
Header
from effect: https://github.com/Effect-TS/effect/blob/main/packages/platform/src/Headers.ts#L44Object.getPrototypeOf(Object.create({}))
has noconstructor
the problem in the SDK is here is a constructor assumed:
In EventBuilder you silently catch errors on that instead
Expected Result
no error inside Contexts cause.defect.response.headers
Actual Result
error
The text was updated successfully, but these errors were encountered: