jongpie/NebulaLogger

Logs are not generating each time for Lwc and Aura

jongpie opened this issue · 2 comments

Discussed in #581

Originally posted by monika-gupta-erudite November 7, 2023
I am exploring this logger for LWC and Aura
Created a simple LWC to create logs on a button click
Lwc
Logs are not Generating on single click it gets generated on double click of the button.
and generated logEntry record does not have information about the LWC component
image
Same thing happening with my Aura component .
LogEntry record generated from Aura component saying Component type as LWC.
I tried changing the save methods also.

I've just released v4.12.7, which should solve the issues with populating the fields 'Component Name' and 'Component Function'.

As a separate release, I'm also working on fixing some issues related saveLog() not working as expected. Once that's resolved, I think that should cover everything in this bug.

The issues with saveLog() and other order-of-operation issues should now be fixed in release v4.13.0!