DataDog / dd-sdk-reactnative

Datadog SDK for ReactNative
Apache License 2.0
122 stars 42 forks source link

[RUM-6255] Auto-Instrumented Native WebView #732

Closed marco-saia-datadog closed 1 week ago

marco-saia-datadog commented 1 month ago

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

Review checklist (to be filled by reviewers)