Commit 6ce98f7
authored
.Net: fix: AutorRole.Developer missing (#13310)
1. Why is this change required?
AuthorRole.Developer was missing from the ModelDiagnostic.RoleToEventMap
configuration.
This was causing OpenTelemetry diagnostic to throw exceptions when the
Developer role was used
2. What problem does it solve?
Fixes the dictionary so exception are no longer occurring
3. What scenario does it contribute to?
Enabling open telemetry and using developer messages
4. If it fixes an open issue, please link to the issue here.
#133021 parent fbdbaab commit 6ce98f7
File tree
1 file changed
+3
-1
lines changed- dotnet/src/InternalUtilities/src/Diagnostics
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| 654 | + | |
654 | 655 | | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
658 | 659 | | |
659 | 660 | | |
660 | | - | |
| 661 | + | |
| 662 | + | |
661 | 663 | | |
662 | 664 | | |
663 | 665 | | |
| |||
0 commit comments