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

Network telemetry improvements #787

Merged
merged 3 commits into from
Oct 15, 2019
Merged

Conversation

waltjones
Copy link
Contributor

Fills in some gaps in network telemetry capture, and adds scrubbing for request/response JSON bodies and headers.

Enable telemetry capture for:

  • Fetch request headers
  • Fetch response headers
  • Fetch response body
  • XHR request headers

Enable scrubbing:

  • Detect fetch request/response content type
  • Detect XHR request/response content type
  • Scrub request/response headers (XHR and fetch)
  • Scrub request/response JSON bodies (XHR and fetch)

Some parts of the Fetch API are missing on IE. All features were tested for IE compat and graceful degradation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant