28 Mar 2019 09:11 PM - last edited on 27 Apr 2021 02:02 PM by MaciejNeumann
Our team is looking to add Dynatrace request headers in VB script which we use in automation test tool(HP UFT). It would really help if there is some documentation for this integration.
Solved! Go to Solution.
29 Mar 2019 07:42 AM
Actually there is no integration for VB itself. You can always check OneAgent SDK:
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/oneagent-sdk/
but this will need writing some wrapper that will be bridge between native code of OneAgent and VB. In such case you will be able to instrument your VB script and it should show in DT as a service.
Sebastian
29 Mar 2019 02:07 PM
Thank you Sebastian! Will definitely explore the oneagent-sdk.