user

fun IScope.user(tag: String, id: String)

Convenience function to create and apply a Sentry User object to a scope.

Parameters

tag

User's Discord tag

id

User's Discord ID


fun IScope.user(obj: User)

Convenience function to create and apply a Sentry User object to a scope.

Parameters

obj

Kord user object to add to this scope.