Session id doesn't populates when creating logs from LWC. #677
-
I have created a simple LWC component with a button and on clicking it button I want to create a log with a message and wants to capture session details as well. I m passing methodName as 'SYNCHROMOUS_DML'/'REST' in the saveLog method but doesn't seems to workout. Note : I'm using the latest Nebula release i.e. 4.13.6 and it's unlocked. HTML:
JS:
js-meta.XML
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Suryansh-2301 thanks for reporting this! I did some quick testing, and was able to reproduce the issue. I think this is a bug - I've opened issue #678 to track it, hopefully this will be a fairly quick item to fix. |
Beta Was this translation helpful? Give feedback.
@Suryansh-2301 this is now fixed in release
v4.13.10
- you should now (hopefully 😅) start to see the session ID/session data populated when creating logs from LWC.Let me know if you run into any other issues!