Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/browser
SDK Version
7.120.3
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://browser.sentry-cdn.com/7.120.3/bundle.es5.js
Steps to Reproduce
- open https://browser.sentry-cdn.com/7.120.3/bundle.es5.js
- serach
object.assign
Expected Result
var processor = __assign(function (ev_ent, hint) { return callback_2(event, hint, client); }, {
id: integration.name,
});
Actual Result
var processor = Object.assign(function (event, hint) { return callback_2(event, hint, client); }, {
id: integration.name,
});
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/browser
SDK Version
7.120.3
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://browser.sentry-cdn.com/7.120.3/bundle.es5.js
Steps to Reproduce
object.assignExpected Result
Actual Result