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 b601552 commit a0d7674Copy full SHA for a0d7674
ide-common/src/main/java/org/digma/intellij/plugin/analytics/AnalyticsService.java
@@ -574,7 +574,7 @@ public SpanInfoByUid resolveSpanByUid(@NotNull String uid) throws AnalyticsServi
574
}
575
576
@Nullable
577
- public String resolveEnvironmentByErrorId(@NotNull String errorId) throws AnalyticsServiceException {
+ public EnvironmentInfoByErrorId resolveEnvironmentByErrorId(@NotNull String errorId) throws AnalyticsServiceException {
578
if (backendVersionOlderThen(project, "0.3.318")) {
579
return null;
580
0 commit comments