OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_APP_SCREEN_IDConst Experimental

    ATTR_APP_SCREEN_ID: "app.screen.id" = ...

    An identifier that uniquely differentiates this screen from other screens in the same application.

    f9bc787d-ff05-48ad-90e1-fca1d46130b3
    
    com.example.app.MainActivity
    
    com.example.shop.ProductDetailFragment
    
    MyApp.ProfileView
    
    MyApp.ProfileViewController
    

    A screen represents only the part of the device display drawn by the app. It typically contains multiple widgets or UI components and is larger in scope than individual widgets. Multiple screens can coexist on the same display simultaneously (e.g., split view on tablets).

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