src/react-native-app/hooks/useTracer.ts (5 lines): - line 37: // TODO Should add a resource detector for React Native that provides this automatically - line 46: // TODO Not obvious that the WebTracerProvider can be used for React Native, might be useful to have a thin - line 64: // TODO introduce a React Native session processor package that could be used here, taking into account mobile - line 81: // TODO Some tiptoeing required here, propagateTraceHeaderCorsUrls is required to make the instrumentation - line 107: // TODO providing a wrapper similar to this that uses hooks over the full JS OTEL API would be nice to have for both src/react-native-app/app/(tabs)/cart.tsx (1 line): - line 62: // TODO simplify react native demo for now by hard-coding the selected currency src/react-native-app/app/(tabs)/index.tsx (1 line): - line 12: // TODO simplify react native demo for now by hard-coding the selected currency src/react-native-app/providers/Cart.provider.tsx (1 line): - line 33: // TODO simplify react native demo for now by hard-coding the selected currency src/react-native-app/gateways/Api.gateway.ts (1 line): - line 6: * TODO The React Native example only implements a subset of the functionality defined here, missing in particular is: src/react-native-app/components/ProductCard/ProductCard.tsx (1 line): - line 48: // TODO simplify react native demo for now by hard-coding the selected currency src/fraud-detection/src/main/kotlin/frauddetection/main.kt (1 line): - line 80: // TODO: Plumb the actual session ID from the frontend via baggage? src/shipping/src/shipping_service/quote.rs (1 line): - line 18: // TODO: Check product catalog for price on each item (will likely need item ID) src/react-native-app/app/_layout.tsx (1 line): - line 47: TODO Once https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2359 is available it can