-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Bugfix: session data is not populated when logging in LWC #679
Conversation
…Id = null' when querying AuthSession
…cord in new fields LogEntryEvent__e.ParentSessionId__c and Log__c.ParentSessionId__c
c94363f
to
92cc363
Compare
c864687
to
cf91337
Compare
…when LoggerParameter.QUERY_AUTH_SESSION_DATA_SYNCHRONOUSLY is false
cf91337
to
ef0b5e9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #679 +/- ##
==========================================
+ Coverage 95.31% 95.67% +0.36%
==========================================
Files 50 50
Lines 5593 5597 +4
==========================================
+ Hits 5331 5355 +24
+ Misses 262 242 -20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ParentId = null
when queryingAuthSession
data inLoggerEngineDataSelector
ParentId
of theAuthSession
record in new fieldsLogEntryEvent__e.ParentSessionId__c
andLog__c.ParentSessionId__c
LogRecordPage
to display the new fieldLog__c.ParentSessionId__c
when it's populatedLoggerAdmin
,LoggerLogViewer
, andLoggerEndUser
to provide read access to the new fieldLog__c.ParentSessionId__c