This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!
To try the preview for RUM Auto-Instrumentation, follow the instructions on this page.

Overview

RUM Auto-Instrumentation works by injecting the RUM Browser SDK into the HTML responses being served through a web server or proxy.

Getting started

Select a platform to start collecting RUM data on your application

To request support for a web server that is not listed here, fill out this form.

apache
ibm
nginx
windowsiis

Limitations

Keep in mind the following limitations when using auto-instrumentation:

  • This instrumentation method does not support advanced RUM configurations.
  • If your web server is acting as a proxy and the upstream server uses end-to-end encryption (TLS) or content compression (gzip, zstd, Brotli), the RUM Browser SDK cannot be injected. To ensure proper instrumentation:
    • Disable content compression on the upstream server.
    • Enable TLS origination on the web server.

Further reading

PREVIEWING: aymeric/auto-injection-remote-configuration