Skip to content

Commit b795661

Browse files
Update BuildTimeConfig.kt
1 parent 0cebcea commit b795661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/kotlin/config/BuildTimeConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object BuildTimeConfig {
2727
val SERVICES_MAPTILER_DARK_MAPID: String? = null
2828
val SERVICES_POSTHOG_HOST: String? = null
2929
val SERVICES_POSTHOG_APIKEY: String? = null
30-
val SERVICES_SENTRY_DSN: String = null
30+
val SERVICES_SENTRY_DSN: String? = null
3131
val BUG_REPORT_URL: String = "https://rageshake.the-revivalists.org/api/submit"
3232
val BUG_REPORT_APP_NAME: String = "element-x-android"
3333

0 commit comments

Comments
 (0)