Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias ObservationLevel

    ObservationLevel: "DEBUG" | "DEFAULT" | "WARNING" | "ERROR"

    Severity levels for observations in Langfuse.

    Used to categorize the importance or severity of observations:

    • DEBUG: Detailed diagnostic information
    • DEFAULT: Normal operation information
    • WARNING: Potentially problematic situations
    • ERROR: Error conditions that need attention