WithSpanDecoratorOptionsinterface
Options that can be provided when using withSpan as a decorator
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| argMapping⚓︎ | | { [x: string]: string } | Array<string | null | undefined> | ((...args: any[]) => any) | x | x | x |
| defaultFilters⚓︎ | SpanFilter[] | x | x | x |
| structure⚓︎ | "sibling" | "nested" | x | x | x |
| thisMapping⚓︎ | { [x: string]: string } | ((that: any) => any) | x | x | x |