-
Hello! I'm testing out the unmanaged package and noticed that when an LWC logs an entry, the Component Name and Function are null. I can find the LWC name buried in the stack trace, but I was wondering if there was a way to populate these fields? I'm using the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
I tried using this method based on the recipe:
But anytime I add the setError method, the dev console throws an error: |
Beta Was this translation helpful? Give feedback.
Alright, another update - I've just published release
v4.14.13
, which I think finishes addressing all of the open/known issues with LWC logging. There are still some known limitations with logging inasync
functions (mentioned in the release notes), but I'm not aware of any other issues.I'm marking this discussion as resolved for now, but we can create new issues/discussions if something else comes up.