OpenTelemetry SDK
    Preparing search index...

    Variable EVENT_FAAS_INVOCATION_EXCEPTIONConst Experimental

    EVENT_FAAS_INVOCATION_EXCEPTION: "faas.invocation.exception" = ...

    This event represents an exception that occurred during FaaS function invocation, such as application errors, internal failures, or other exceptions that prevent the function from completing successfully.

    This event SHOULD be recorded when an exception occurs during FaaS function invocation. Instrumentations SHOULD set the severity to ERROR (severity number 17) when recording this event. Instrumentations MAY provide a configuration option to populate exception events with the attributes captured on the corresponding FaaS span.

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