TracingPolicyOptions interface  
Options to configure the tracing policy.
Properties
| additional | Query string names whose values will be logged when logging is enabled. By default no query string values are logged. | 
| user | 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?: stringProperty Value
string