-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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,
});Metadata
Metadata
Assignees
Projects
Status
No status