-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Aura/LWC stack trace parsing is not accurate when lightning debug mode is disabled #776
Comments
@srikanth3107 I think I see what the issue is - it seems to be related to whether or not you have |
@jongpie Thanks for your time quick response . It fixed the issue. |
Thanks @srikanth3107. I'm re-opening the issue for now, this is still a bug - having lightning debug mode enabled shouldn't be required to get accurate stack traces. I have a fix for the issue, it'll be included in PR #775. |
…parsing when lightning debug mode is disabled Previously, stack traces worked when debug mode was enabled, but was inaccurate when debug mode was off due to some subtle differences in the generated stack traces Also incorporated some code review feedback from @jamessimone Also removed opera stack trace parsing in loggerStackTrace.js - there was no test coverage for this, I haven't heard of anyone using Opera in years, and I just... don't want to have to test another browser. If/when someone says Opera support is needed, it can be revisited[D
@srikanth3107 this is now fixed in release v4.14.13 - Aura & LWC stack traces should now be accurate when lightning debug mode is enabled or disabled. Thanks again for reporting this! |
Package Edition of Nebula Logger
Unlocked Package
Package Version of Nebula Logger
4.14.12
New Bug Summary
Hi @jongpie @ZackFra ,
I installed 4.14.12 version unlocked package , when i try to log for LWC ,the stack trace is not clear still the same issue persists for me what @ZackFra attached image ,i am using chrome .
This is the below code i am using
JS
log() {
Can you please help us with that
The text was updated successfully, but these errors were encountered: