问题标签 [instana]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
89 浏览

instana - Instana monitoring tool integration with react native webview

I am trying to integrate instana(https://www.instana.com) with react native webview. My app is a webapp which is being rendered inside webview. My approach is to inject their javascript agent(https://www.instana.com/docs/website_monitoring/api) to webview, but that doesn't seems to be working. Any thoughts on this will be extremely helpful.