Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs are not generating each time for Lwc and Aura #615

Closed
jongpie opened this issue Jan 26, 2024 Discussed in #581 · 2 comments · Fixed by #631
Closed

Logs are not generating each time for Lwc and Aura #615

jongpie opened this issue Jan 26, 2024 Discussed in #581 · 2 comments · Fixed by #631
Assignees
Labels
Layer: Logger Engine Items related to the core logging engine Logging Source: Lightning Components Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura) Type: Bug Something isn't working

Comments

@jongpie
Copy link
Owner

jongpie commented Jan 26, 2024

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.

@jongpie jongpie added Type: Bug Something isn't working Logging Source: Lightning Components Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura) Layer: Logger Engine Items related to the core logging engine labels Jan 26, 2024
@jongpie jongpie self-assigned this Jan 26, 2024
@jongpie
Copy link
Owner Author

jongpie commented Jan 28, 2024

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.

@jongpie
Copy link
Owner Author

jongpie commented Feb 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Layer: Logger Engine Items related to the core logging engine Logging Source: Lightning Components Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant