We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52caab commit 5715250Copy full SHA for 5715250
server/src/actors/events.rs
@@ -230,6 +230,8 @@ impl EventProcessor {
230
}
231
232
233
+ // Run PII stripping after normalization because normalization adds IP addresses to the
234
+ // event.
235
metric!(timer("event_processing.pii"), {
236
for pii_config in message.project_state.config.pii_configs() {
237
let mut processor = PiiProcessor::new(pii_config);
0 commit comments