aboutsummaryrefslogtreecommitdiff
path: root/sentry-stub/src/main/kotlin/io/sentry/Sentry.kt
blob: 103766a84f651bb38b5f355b1fff401a566af44e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
 * SPDX-License-Identifier: GPL-3.0-only
 */

@file:Suppress("Unused", "UNUSED_PARAMETER")

package io.sentry

/** Stubs for the Sentry SDK */
public object Sentry {
  public fun configureScope(callback: (Scope) -> Unit) {}
}