27 Mar 2025
06:02 PM
- last edited on
28 Mar 2025
01:08 PM
by
MaciejNeumann
Hi,
With respect to the following links, I am facing a 404 error and unable to access the documentation related to the DTRUM API to gain more information about the Dynatrace RUM API.
Official Javascript API Link found in this link: https://docs.dynatrace.com/docs/shortlink/api-rum#documentation
Is there any other resource which documents the functions that can be leveraged from the Javascript API in RUM
Thank you. Please let me know if you need any further details.
Solved! Go to Solution.
28 Mar 2025 09:25 AM
Do you still see a 404? This was fixed recently.
01 Apr 2025 03:31 PM
Hi, the link worked. Thank you!
23 Jul 2025 01:49 PM
Is there a way to log message using window.dtRum or we have to use ingest url??
23 Jul 2025 02:49 PM
@suhasbothe Dynatrace RUM JavaScript and RUM in general does not have any concept of "sending a log message". You can send errors (dtrum.reportError), custom errors (dtrum.reportCustomError), custom user actions or business events (Dynatrace platform only). Most likely you want to use reportCustomError, but it depends on what you are trying to achieve and how it fits in your Dynatrace deployment.