The Profiler component leverages Sentry's Tracing integration to generate spans based on component lifecycles.

Hierarchy

  • Component<ProfilerProps>
    • Profiler

Properties

Properties

_mountSpan: undefined | Span

The span of the mount activity Made protected for the React Native SDK to access

_updateSpan: undefined | Span

The span that represents the duration of time between shouldComponentUpdate and componentDidUpdate

Generated using TypeDoc