UNPKG
@ogcio/o11y-sdk-node
Version:
latest (0.13.0)
0.13.0
0.12.2
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0-beta.13
0.1.0-beta.12
0.1.0-beta.11
0.1.0-beta.10
0.1.0-beta.9
0.1.0-beta.8
0.1.0-beta.7
0.1.0-beta.6
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
Opentelemetry standard instrumentation SDK for NodeJS based project
@ogcio/o11y-sdk-node
/
dist
/
sdk-node
/
lib
/
internals
/
redaction
/
redactors
/
index.js
7 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
BasicRedactor
,
EmailRedactor
,
IpRedactor
,
PpsnRedactor
, }
from
"../../../../../sdk-core/index.js"
;
export
const
redactors = {
email
:
new
EmailRedactor
(),
ip
:
new
IpRedactor
(),
ppsn
:
new
PpsnRedactor
(), };