Overview of Telemetry and Trace components
mainThe project uses Amplitude as the logging library, primarily implemented via the Trace component.
- Automatic Impressions: All screens in the navigation stack automatically log impressions via
onStateChangebecause a<Trace>element is pre-configured for them. - Manual Trace Requirements: Components that are not part of the high-level navigation stack—such as Modals, Banners, or specific tabs like the NFT Tab or Tokens Tab—require explicit
<Trace>elements to log impressions.