Inject SentryDsn the same way we do with SentrySdkDsn so we can fake it for tests
This commit is contained in:
parent
2590659637
commit
480376ef9b
7 changed files with 26 additions and 6 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue