23 Feb 2026
10:56 PM
- last edited on
24 Feb 2026
08:03 AM
by
MaciejNeumann
Hi Dynatrace Team,
Could somebody point me on how can i use dtrum API method such as sendEvent or sendSignal to send log to dynatrace dashboard. Do i need to manually setup/ configure in Dynatrace to consume it.
25 Feb 2026 03:16 PM - edited 25 Feb 2026 03:17 PM
Could you kindly provide further details on your use case?
As the dtrum API is designed for capturing RUM data, it cannot directly send anything to the dashboard.
Perhaps you are looking to capture items using the API on the RUM, and then push them to the dashboard from there.
Depending on whether you are using 2Gen RUM or 3rd Gen RUM, the process differs.
2nd Gen RUM: Use USQL to fetch the capture data and push it to the dashboard.
3rd Gen RUM: Use DQL queries and push it to the dashboard.
27 Feb 2026 12:27 AM
Reaching out to one of my team i knew that we are using 2nd Gen. I assume there is some restriction such as we cannot use sendEvent, IdentifyUser, sendSignal as I do not see 'Event and Session Properties' in nav in our tenant
04 Mar 2026 03:24 PM
Sorry, its Session and user action properties. I have corrected my answer on the other questions.
29 Mar 2026 09:08 PM - edited 29 Mar 2026 09:08 PM
In this case I assume sendSignal and SendEvent wont work on Gen 2.
Featured Posts