OpenTelemetry SDK
    Preparing search index...

    Variable EVENT_DEVICE_APP_LIFECYCLEConst Experimental

    EVENT_DEVICE_APP_LIFECYCLE: "device.app.lifecycle" = ...

    This event represents an occurrence of a lifecycle transition on Android or iOS platform.

    The event body fields MUST be used to describe the state of the application at the time of the event. This event is meant to be used in conjunction with os.name resource semantic convention to identify the mobile operating system (e.g. Android, iOS). The android.app.state and ios.app.state fields are mutually exclusive and MUST NOT be used together, each field MUST be used with its corresponding os.name value.

    This event is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.