Skip to content

Commit

Permalink
fix confusion between arg and field
Browse files Browse the repository at this point in the history
  • Loading branch information
dudikeleti committed Feb 13, 2025
1 parent 8c00b74 commit a8d5c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/Debugger/Snapshots/Redaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ internal void SetConfig(HashSet<string> redactedIdentifiers, HashSet<string> red
}
else
{
redactedTypes.Add(type);
_redactedTypes.Add(type);
}
}
}
Expand Down

0 comments on commit a8d5c98

Please sign in to comment.