Skip to content

Commit 1340795

Browse files
committed
RUM-8673 Add docs to deprecated API
1 parent 672163e commit 1340795

File tree

1 file changed

+11
-0
lines changed
  • dd-sdk-android-core/src/main/kotlin/com/datadog/android

1 file changed

+11
-0
lines changed

dd-sdk-android-core/src/main/kotlin/com/datadog/android/Datadog.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,17 @@ object Datadog {
259259
sdkCore.setUserInfo(id, name, email, extraInfo)
260260
}
261261

262+
/**
263+
* Sets the user information.
264+
*
265+
* @param id (nullable) a unique user identifier (relevant to your business domain)
266+
* @param name (nullable) the user name or alias
267+
* @param email (nullable) the user email
268+
* @param extraInfo additional information. An extra information can be
269+
* nested up to 8 levels deep. Keys using more than 8 levels will be sanitized by SDK.
270+
* @param sdkCore SDK instance to set user info in. If not provided, default SDK instance
271+
* will be used.
272+
*/
262273
@JvmStatic
263274
@JvmOverloads
264275
@Deprecated(

0 commit comments

Comments
 (0)