Skip to content

Commit 5715250

Browse files
committed
fix: Add code comment
1 parent c52caab commit 5715250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/actors/events.rs

+2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ impl EventProcessor {
230230
}
231231
}
232232

233+
// Run PII stripping after normalization because normalization adds IP addresses to the
234+
// event.
233235
metric!(timer("event_processing.pii"), {
234236
for pii_config in message.project_state.config.pii_configs() {
235237
let mut processor = PiiProcessor::new(pii_config);

0 commit comments

Comments
 (0)