Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: do not log errors about invalid XML when serializing XHR objects #10483

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

dgirardi
Copy link
Collaborator

Type of change

  • Bugfix

Description of change

Since #10340, serializing a (fake) XHR object will log an error for responses that are not XML-formatted. This change leaves the error message only for the case when someone is explicitly asking for XML.

@coreyb-cbs
Copy link

@dgirardi Thanks for this! It appears to work in my local testing - the error is gone.

For context, when testing an upgrade from 7.53.0 to 8.13.0 I experienced the following new error:
Prebid ERROR: TypeError: Failed to execute 'parseFromString' on 'DOMParser': The provided value 'undefined' is not a valid enum value of type SupportedType. from getAdUnitCodesinsrc/targeting.js`.

@ChrisHuie ChrisHuie self-assigned this Sep 18, 2023
@ChrisHuie ChrisHuie added bugfix needs 2nd review Core module updates require two approvals from the core team labels Sep 18, 2023
@jsnellbaker jsnellbaker merged commit 4f7fcc8 into prebid:master Sep 27, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix needs 2nd review Core module updates require two approvals from the core team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants