Skip to content

Commit 5853df4

Browse files
author
jasoncdavis0
authored
Update CHANGELOG.md
1 parent 3a348bb commit 5853df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Version 3.1.2
44
- `BacktraceData` allows to edit list of environment variables collected by `BacktraceAnnotations`
55
- `SourceCode` object description for PII purpose
6-
` `Annotations` class exposes EnvironmentVariableCache dictionary - dictionary that stores environment variables collected by library. For example - to replace `USERNAME` environment variable collected by Backtrace library with random string you can easily edit annotations environment varaible and Backtrace-Untiy will reuse them on report creation.
6+
- `Annotations` class exposes EnvironmentVariableCache dictionary - dictionary that stores environment variables collected by library. For example - to replace `USERNAME` environment variable collected by Backtrace library with random string you can easily edit annotations environment varaible and Backtrace-Untiy will reuse them on report creation.
77

88
```csharp
99
Annotations.EnvironmentVariablesCache["USERNAME"] = "%USERNAME%";

0 commit comments

Comments
 (0)