DeprecatedPersistentKeysOption: {
    persistentKeys?: never;
    persistentLogAttributes?: LogAttributes;
}

Deprecated options for the persistentLogAttributes constructor option.

Used to maintain backwards compatibility with the persistentLogAttributes option.

Type declaration

  • OptionalpersistentKeys?: never

    Keys that will be added to all log items.

  • OptionalpersistentLogAttributes?: LogAttributes

    Use persistentKeys instead.