18 Apr 2022 01:57 PM
Hi communtity!
we have a nontrivial task. the application that we want to monitor is quite simple in architecture.
we have a web interface, then varnish and the entire site in python (web framework on CherryPy)
, we successfully manually instrumented JS into the browser, applied the OneAgent SDK in Python.
How can we connect user actions with purepath in python? Is it possible? thank you in advance
Solved! Go to Solution.
02 May 2022 07:27 AM
Hi
Python is not a supported RUM backend technology (see https://www.dynatrace.com/support/help/technology-support#real-user-monitoring), so that is not possible. If you use one of those technologies, linking between actions and purepaths should happen automatically (assuming you do not have any problems in the setup, like removing some headers for example)