Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 0c0e4e5

Browse files
committed
[GIT]
1 parent 4683036 commit 0c0e4e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

org.eclipse.jgit.telemetry/src/main/java/org/eclipse/jgit/telemetry/TelemetryAspect.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ public class TelemetryAspect {
1919
);
2020

2121
@Pointcut("execution(* org.eclipse.jgit..*(..))")
22+
public void allAppsmithServerMethods() {}
23+
24+
@Pointcut("execution(* org.eclipse.jgit.telemetry..*(..))")
25+
public void excludedSupportPackages() {}
26+
27+
@Pointcut("allAppsmithServerMethods() && !excludedSupportPackages()")
2228
public void monitoredAppsmithMethods() {}
2329

2430
@Around("monitoredAppsmithMethods()")

0 commit comments

Comments
 (0)