export interface TracerConfig {
    outputsSensitiveData?: boolean;
}
