Inject SentryDsn the same way we do with SentrySdkDsn so we can fake it for tests
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
de694cecdb
commit
b5d6843725
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Element Creations Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.libraries.di.identifiers
|
||||
|
||||
@JvmInline
|
||||
value class SentryDsn(val value: String)
|
||||
@@ -5,7 +5,7 @@
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.libraries.di.annotations
|
||||
package io.element.android.libraries.di.identifiers
|
||||
|
||||
@JvmInline
|
||||
value class SentrySdkDsn(val value: String)
|
||||
Reference in New Issue
Block a user