Skip to content

Call this function from the Shiny server function, at the beginning.

Usage

start_shiny_session(session, attributes = NULL, options = NULL, ...)

Arguments

session

Shiny session object.

attributes, options, ...

Additional arguments are passed to $start_span() for the session span.

Value

The OpenTelemetry span corresponding to the Shiny session, invisibly.