Skip to content

Commit a0d7674

Browse files
committed
Support new action GoToError in the REST Plugin API
1 parent b601552 commit a0d7674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/java/org/digma/intellij/plugin/analytics/AnalyticsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public SpanInfoByUid resolveSpanByUid(@NotNull String uid) throws AnalyticsServi
574574
}
575575

576576
@Nullable
577-
public String resolveEnvironmentByErrorId(@NotNull String errorId) throws AnalyticsServiceException {
577+
public EnvironmentInfoByErrorId resolveEnvironmentByErrorId(@NotNull String errorId) throws AnalyticsServiceException {
578578
if (backendVersionOlderThen(project, "0.3.318")) {
579579
return null;
580580
}

0 commit comments

Comments
 (0)