Skip to content

Commit 3f051ef

Browse files
authored
Merge pull request #2352 from digma-ai/report-error-from-autoRefreshJob
report error from autoRefreshJob
2 parents 087be84 + 6672ba9 commit 3f051ef

File tree

1 file changed

+1
-2
lines changed
  • ide-common/src/main/kotlin/org/digma/intellij/plugin/auth

1 file changed

+1
-2
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,9 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
511511
)
512512
}
513513

514-
} catch (ce: CancellationException) {
515-
throw ce
516514
} catch (e: Throwable) {
517515
Log.warnWithException(logger, e, "${coroutineContext[CoroutineName]} error in autoRefreshJob")
516+
ErrorReporter.getInstance().reportError("AuthManager.autoRefreshJob", e)
518517
}
519518
}
520519

0 commit comments

Comments
 (0)