You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When making its initial network call (the RUM call), the agent will now use the POST method instead of the GET method and will not depend on JSON-P to trigger follow-on events. This change facilitates setting custom attributes in the request body, reducing the likelihood of long GET URLs.
Overview
Migrating the rum api from a JSON-P GET call to a POST call.
Merging #521 (31afde8) into main (326d106) will increase coverage by 1.40%.
The diff coverage is 17.85%.
❗ Current head 31afde8 differs from pull request most recent head 1192fed. Consider uploading reports for the commit 1192fed to get more accurate results
mediumMedium Engineering EffortMMFWork directly planned for in an MMF
5 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When making its initial network call (the RUM call), the agent will now use the POST method instead of the GET method and will not depend on JSON-P to trigger follow-on events. This change facilitates setting custom attributes in the request body, reducing the likelihood of long GET URLs.
Overview
Migrating the rum api from a JSON-P GET call to a POST call.
Related Issue(s)
https://issues.newrelic.com/browse/NEWRELIC-7999
Testing
Integration tests should be ran and should pass.
DO NOT MERGE until the DEMPLA team completes the downstream requirements.