File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ide-common/src/main/java/org/digma/intellij/plugin/analytics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ public HttpResponse proxyCall(HttpRequest request) throws AnalyticsServiceExcept
565565 @ Nullable
566566 public SpanInfoByUid resolveSpanByUid (@ NotNull String uid ) throws AnalyticsServiceException {
567567
568- if (backendVersionOlderThen (project ,"0.3.155" )) {
568+ if (backendVersionOlderThen (project , "0.3.155" )) {
569569 return null ;
570570 }
571571
@@ -574,8 +574,8 @@ public SpanInfoByUid resolveSpanByUid(@NotNull String uid) throws AnalyticsServi
574574 }
575575
576576 @ Nullable
577- public EnvironmentInfoByErrorId resolveEnvironmentByErrorId (@ NotNull String errorId ) throws AnalyticsServiceException {
578- if (backendVersionOlderThen (project ,"0.3.155 " )) {
577+ public String resolveEnvironmentByErrorId (@ NotNull String errorId ) throws AnalyticsServiceException {
578+ if (backendVersionOlderThen (project , "0.3.318 " )) {
579579 return null ;
580580 }
581581
You can’t perform that action at this time.
0 commit comments