Make SentrySdkDsn a value class instead of a qualifier
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
c7a5ce152e
commit
b31267d7c7
@@ -16,7 +16,6 @@ import io.element.android.libraries.di.annotations.SentrySdkDsn
|
||||
@BindingContainer
|
||||
@ContributesTo(AppScope::class)
|
||||
object NoopAnalyticsModule {
|
||||
@SentrySdkDsn
|
||||
@Provides
|
||||
fun provideSentrySdkDsn(): String? = null
|
||||
fun provideSentrySdkDsn(): SentrySdkDsn? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user