unloggedio / unlogged-sdk

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

Fixes for frequency logging #66

Closed kartikeytewari-ul closed 2 weeks ago

kartikeytewari-ul commented 2 weeks ago
  1. Scanning Issue

    • Fixes the issue where probed methods had a suffix in there name.
    • The methodName is defined to the original name in MethodTransformer. At line 156, when the call goes to weavingInfo(), It records records that original name as the name of method. This fixes the scanning issue, where the probed methods were not coming in live view.
  2. Model Mapper was failing

    • Method name are modified now by adding a prefix, that fixes the conflict in getter and setter names.
    • This resolved ticket #70