-
Notifications
You must be signed in to change notification settings - Fork 50
[RUM-11204] [V3][Modularization] Moved WebView legacy implementation to WebView package #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/v3
Are you sure you want to change the base?
[RUM-11204] [V3][Modularization] Moved WebView legacy implementation to WebView package #981
Conversation
6b9533b to
ffb43c8
Compare
b7a6e5b to
008e733
Compare
008e733 to
93aa612
Compare
| } | ||
| } | ||
|
|
||
| class MockOnCoreInitializedListener { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Since we renamed the others to onSDKInitializedListener perhaps we should do the same with this one.
| // Pods | ||
| // | ||
| // Created by Marco Saia on 08.09.25. | ||
| // |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: We should use the base Datadog header for this too, right?
sbarrio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few minor comments, but it looks fine to me. Nice job!
What does this PR do?
The core SDK package handles the
consumeWebviewEventfunction that is used to support WebView integration on Android new architecture, using the legacy approach.This PR moves this function to the
@datadog/mobile-react-native-webviewmodule by creating a new Turbo Module.TODO
Review checklist (to be filled by reviewers)