Skip to content

object.assign does not complier to __assign in v7 es5 #16970

@whatwg6

Description

@whatwg6

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

  1. open https://browser.sentry-cdn.com/7.120.3/bundle.es5.js
  2. 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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions