Skip to main content
Corvus Connection

Traced

Attribute
TheOmenDen.StreamPulse.Scripting.Attributes.TracedAttributeOpts a handler (or every handler in a class) into a dedicated tracing span around each invocation, with additional telemetry tags. Use it on the handful of handlers you want to follow end-to-end in the Aspire dashboard without turning on verbose tracing globally.

Members

2
  • OperationName
    property
    string OperationName
    Optional span/operation name. When unset the host uses "<ScriptName>.<Method>".
  • CaptureArguments
    property
    bool CaptureArguments
    When true, the trigger context is captured as span tags. Defaults to false — leave it off for handlers that see chat text or user identifiers, to keep potentially sensitive data out of traces.