This commit is contained in:
Paul Harrington 2023-06-16 19:00:08 -07:00
Родитель e5fd3eefec
Коммит 20a6a50449
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,7 @@
/// <summary>
/// Static Constructor which sets ActivityID Format to W3C if Format not enforced.
/// This ensures SDK operates in W3C mode, unless turned off explicitily with the following 2 lines
/// This ensures SDK operates in W3C mode, unless turned off explicitly with the following 2 lines
/// in user code in application startup.
/// Activity.DefaultIdFormat = ActivityIdFormat.Hierarchical
/// Activity.ForceDefaultIdFormat = true.