UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

7 lines (6 loc) 226 B
import { BasicRedactor, EmailRedactor, IpRedactor, PpsnRedactor, } from "../../../../../sdk-core/index.js"; export const redactors = { email: new EmailRedactor(), ip: new IpRedactor(), ppsn: new PpsnRedactor(), };