unloggedio / unlogged-sdk

Unlogged SDK for recording code execution
https://unlogged.io
Apache License 2.0
152 stars 16 forks source link

SDK 0.6.2 - No candidates seen apart from main method's candidate #59

Closed TheAmg closed 4 weeks ago

TheAmg commented 1 month ago

Describe the bug

On starting the application in Local mode with sdk 0.6.2 a candidate for only the main method is seen. If other methods are DirectInvoked, no candidates will show up. Project : unlogged-spring-maven-demo

Reproduction steps

  1. Set sdk version to 0.6.2 for unlogged-spring-maven-demo and start application in Local mode.
  2. Directinvoke any method/Any number of methods

No candidates outside of main method will show up.

Expected behavior

Candidates for other methods invoked should show up.

Additional context

This is not happening on 0.6.1.

artpar commented 4 weeks ago

Share idea.log

TheAmg commented 4 weeks ago

Ide logs -> idea.log

TheAmg commented 4 weeks ago

Closing the issue. This was happening because of wrong jar being used instead of 0.6.2.