Skip to content

Commit

Permalink
chore: Update packages/logging/src/setup-logger-and-telemetry.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bailey Pearson <[email protected]>
  • Loading branch information
kmruiz and baileympearson authored Nov 30, 2023
1 parent 86190a4 commit 6796a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/logging/src/setup-logger-and-telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class MultiSet<T extends Record<string, any>> {
* 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
Expand Down

0 comments on commit 6796a7d

Please sign in to comment.