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 06d14fb commit 419171bCopy full SHA for 419171b
ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics/BackendInfoHolder.kt
@@ -147,7 +147,7 @@ class BackendInfoHolder : Disposable {
147
val isConnectionException = ExceptionUtils.isAnyConnectionException(e)
148
149
if (!isConnectionException) {
150
- ErrorReporter.getInstance().reportError("BackendUtilsKt.isCentralized", e)
+ ErrorReporter.getInstance().reportError("BackendUtilsKt.loadAboutInBackgroundNow", e)
151
}
152
153
0 commit comments