ConstructorOptions: {
    customConfigService?: ConfigServiceInterface;
    environment?: Environment;
    logFormatter?: LogFormatterInterface;
    logLevel?: LogLevel;
    persistentLogAttributes?: LogAttributes;
    sampleRateValue?: number;
    serviceName?: string;
}

Type declaration

  • Optional customConfigService?: ConfigServiceInterface
  • Optional environment?: Environment
  • Optional logFormatter?: LogFormatterInterface
  • Optional logLevel?: LogLevel
  • Optional persistentLogAttributes?: LogAttributes
  • Optional sampleRateValue?: number
  • Optional serviceName?: string