Inject SentryDsn the same way we do with SentrySdkDsn so we can fake it for tests

This commit is contained in:
Jorge Martín
2025-12-17 10:16:17 +01:00
committed by Jorge Martin Espinosa
parent de694cecdb
commit b5d6843725
7 changed files with 26 additions and 6 deletions

View File

@@ -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)

View File

@@ -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)