Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@file:Suppress("Unused", "UNUSED_PARAMETER")
package io.sentry
import io.sentry.protocol.User
public class Scope {
public var user: User? = null
public fun setTag(tag: String, value: String) {}
}