cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Documentation & Resources - DTRUM API

RR123
Frequent Guest

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.  

4 REPLIES 4

HannahM
Dynatrace Guru
Dynatrace Guru

Do you still see a 404? This was fixed recently. 

Synthetic SME and community advocate.

RR123
Frequent Guest

Hi, the link worked. Thank you!

suhasbothe
Newcomer

Is there a way to log message using window.dtRum  or we have to use ingest url??

@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.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts