Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
b6699f04
Commit
b6699f04
authored
Dec 29, 2020
by
Daniel Wolf
Browse files
Don't enable Sentry in debug
parent
0093eea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/SmokeScreen.kt
View file @
b6699f04
...
...
@@ -248,6 +248,7 @@ class SmokeScreen : Application() {
}
private
fun
getSentryDSN
(
then
:(
dsn
:
String
)
->
Unit
)
{
if
(
BuildConfig
.
DEBUG
)
return
try
{
val
primaryDSN
=
BuildConfig
.
SENTRY_DSN
val
configServer
=
BuildConfig
.
SENTRY_DSN_CONFIGSERVER
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment