TracingPolicyOptions interface

Options to configure the tracing policy.

Properties

additionalAllowedQueryParameters

Query string names whose values will be logged when logging is enabled. By default no query string values are logged.

userAgentPrefix

String prefix to add to the user agent logged as metadata on the generated Span. Defaults to an empty string.

Property Details

additionalAllowedQueryParameters

Query string names whose values will be logged when logging is enabled. By default no query string values are logged.

additionalAllowedQueryParameters?: string[]

Property Value

string[]

userAgentPrefix

String prefix to add to the user agent logged as metadata on the generated Span. Defaults to an empty string.

userAgentPrefix?: string

Property Value

string