Skip to content

Commit 61dff5c

Browse files
committed
Let exception to be report by default
1 parent 9f71383 commit 61dff5c

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/wu/seal/jsontokotlin/feedback

1 file changed

+1
-1
lines changed

src/main/kotlin/wu/seal/jsontokotlin/feedback/NetWork.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fun sendHistoryActionInfo() {
4949
}
5050

5151
fun sendData(url: String, log: String) {
52-
if (AnalyticsSwitchSupport.enableAnalytics().not()) {
52+
if (AnalyticsSwitchSupport.enableAnalytics().not() && url != exceptionLogUrl) {
5353
return
5454
}
5555
Thread {

0 commit comments

Comments
 (0)