Skip to content

Commit

Permalink
Clarify code docs for analytics level NONE
Browse files Browse the repository at this point in the history
COAND-980
  • Loading branch information
jreij committed Oct 11, 2024
1 parent e43f1bf commit 0b99009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum class AnalyticsLevel {
ALL,

/**
* No analytics are sent from the library.
* Only Drop-in/Components analytics are not sent from the library.
*/
NONE,
}

0 comments on commit 0b99009

Please sign in to comment.