Skip to content

Commit

Permalink
Let exception to be report by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed May 18, 2021
1 parent 9f71383 commit 61dff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/wu/seal/jsontokotlin/feedback/NetWork.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun sendHistoryActionInfo() {
}

fun sendData(url: String, log: String) {
if (AnalyticsSwitchSupport.enableAnalytics().not()) {
if (AnalyticsSwitchSupport.enableAnalytics().not() && url != exceptionLogUrl) {
return
}
Thread {
Expand Down

0 comments on commit 61dff5c

Please sign in to comment.