diff --git a/packages/logging/src/setup-logger-and-telemetry.ts b/packages/logging/src/setup-logger-and-telemetry.ts index 42ebfee2f..7f3d24a10 100644 --- a/packages/logging/src/setup-logger-and-telemetry.ts +++ b/packages/logging/src/setup-logger-and-telemetry.ts @@ -63,6 +63,8 @@ class MultiSet> { * It transforms a random string into snake case. Snake case is completely * lowercase and uses '_' to separate words. For example: * + * This function defines a "word" as a sequence of characters until the next `.` or capital letter. + * * 'Random String' => 'random_string' * * It will also remove any non alphanumeric characters to ensure the string