We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f71383 commit 61dff5cCopy full SHA for 61dff5c
src/main/kotlin/wu/seal/jsontokotlin/feedback/NetWork.kt
@@ -49,7 +49,7 @@ fun sendHistoryActionInfo() {
49
}
50
51
fun sendData(url: String, log: String) {
52
- if (AnalyticsSwitchSupport.enableAnalytics().not()) {
+ if (AnalyticsSwitchSupport.enableAnalytics().not() && url != exceptionLogUrl) {
53
return
54
55
Thread {
0 commit comments