You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/maxgamer/quickshop/util/reporter/error/RollbarErrorReporter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ public PossiblyLevel checkWasCauseByQS(@Nullable Throwable throwable) {
268
268
returnPossiblyLevel.IMPOSSIBLE;
269
269
}
270
270
271
-
if (stackTraceElements[0].getClassName().contains("org.maxgamer.quickshop")) {
271
+
if (stackTraceElements[0].getClassName().contains("org.maxgamer.quickshop") && stackTraceElements[1].getClassName().contains("org.maxgamer.quickshop")) {
0 commit comments