Closed marco-saia-datadog closed 1 week ago
Introduces a native implementation for @datadog/mobile-react-native-webview, to allow fully fledged auto-instrumentation of WebView(s).
@datadog/mobile-react-native-webview
The implementation leverages react-native-webview APIs.
We define a custom WebView, ViewManager and WebViewClient and we enable WebView tracking on new WebView instances by using the DD Native APIs.
react-native-webview
What does this PR do?
Introduces a native implementation for
@datadog/mobile-react-native-webview
, to allow fully fledged auto-instrumentation of WebView(s).How does it work?
The implementation leverages react-native-webview APIs.
We define a custom WebView, ViewManager and WebViewClient and we enable WebView tracking on new WebView instances by using the DD Native APIs.
Notes
TODO
react-native-webview
peer dependencyReview checklist (to be filled by reviewers)