sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Add frames delay data from native

Open antonis opened this issue 7 months ago • 1 comments

Description

The frames.delay data should be fetched from native (relevant Android and iOS implementation))

and added for:

Example span payload:

"spans": [
    {
      "timestamp": 1742508702.814,
      "start_timestamp": 1742508700.431,
      "op": "app.start.cold",
      "span_id": "42dbf44cc31249b4",
      "parent_span_id": "7168f0ee0fb14b00",
      "trace_id": "a8317f799fbb4d4e90103fc8dff13829",
      "status": "ok",
      "description": "Cold Start",
      "origin": "auto.ui.activity",
      "data": {
        "thread.name": "main",
        "thread.id": "13245",
        "frames.slow": 1,
        "frames.frozen": 0, 
        "frames.total": 136, 
        "frames.delay": 0.131674152, <<<
      },

antonis avatar May 28 '25 11:05 antonis

This will be handled independent from https://github.com/getsentry/sentry-react-native/issues/4723

antonis avatar Dec 02 '25 13:12 antonis