Skip to content

Commit 4c0b0a4

Browse files
committed
log getExternalRoot
1 parent fc87d6c commit 4c0b0a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/commcare/formplayer/services/CaseSearchHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ public AbstractTreeElement getExternalRoot(String instanceId, ExternalDataInstan
8787

8888

8989
skipCache = true;
90-
// System.out.println("getExternalRoot");
90+
Exception e = new Exception("getExternalRoot");
91+
FormplayerSentry.captureException(e, SentryLevel.WARNING);
9192

9293
Multimap<String, String> requestData = source.getRequestData();
9394
String url = source.getSourceUri();

0 commit comments

Comments
 (0)