Skip to main content

FilteringContext

Key-value pair that can be used to match a span against a filter in the tracing filtering config.

{ app?: string; user?: string; host?: string; serviceName?: string; serviceId?: string; platformVersion?: string; serviceVersion?: string; userId?: string; } & Record<string, any>