Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki committed Sep 4, 2023
1 parent 034705c commit 290f6cf
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,26 @@ interface DatadogWrapper {
)

/**
* Enables the RUM feature of the SDK
* Enables the RUM feature of the SDK.
*
* @param configuration the configuration for the RUM feature
*/
fun enableRum(
configuration: RumConfiguration
)

/**
* Enables the Logs feature of the SDK
* Enables the Logs feature of the SDK.
*
* @param configuration the configuration for the Logs feature
*/
fun enableLogs(
configuration: LogsConfiguration
)

/**
* Enables the Trace feature of the SDK
* Enables the Trace feature of the SDK.
*
* @param configuration the configuration for the Trace feature
*/
fun enableTrace(
Expand Down

0 comments on commit 290f6cf

Please sign in to comment.