# TracingMap

**Kind**: type alias | **Module**: [Insights](https://docs.interop.io/desktop/reference/javascript/insights/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/insights/tracingmap/index.html

```ts
type TracingMap = {
    [propertyName in keyof Partial<T>]: ({ source: string; decoratorOptions?: IOInsights.WithSpanDecoratorOptions } | string);
  }
```

## Related types

- [WithSpanDecoratorOptions](https://docs.interop.io/desktop/reference/javascript/insights/withspandecoratoroptions/index.md)
