Skip to content

Commit

Permalink
Using Objective-C++ for native component
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Oct 15, 2024
1 parent 1793a33 commit be62b5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-native-webview/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const WebViewComponent = (props: Props, ref: React.Ref<RNWebView<Props>>) => {
(props.logUserCodeErrors ?? false)
) {
NativeDdLogs?.error(ddMessage.message, {});
// TODO: Log Error through Turbo Registry native call.
// DdLogs.error(ddMessage.message, 'USER_CODE_WEBVIEW_ERROR');
}
};

Expand Down

0 comments on commit be62b5b

Please sign in to comment.