File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,7 @@ const H: HighlightPublicInterface = {
124124 const previousSession = getPreviousSessionData ( )
125125 let sessionSecureID = GenerateSecureID ( )
126126
127- console . log ( 'CHECKING SESSION KEY' , options ?. sessionKey )
128127 if ( options ?. sessionKey ) {
129- console . log ( 'SESSION KEY FOUND' , options . sessionKey )
130128 sessionSecureID = uuidv5 (
131129 options . sessionKey ,
132130 `observability-${ projectID } ` ,
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ export class RecordSDK implements Record {
186186 }
187187 }
188188
189+ // TODO(spenny): add sessionKey here for example app
189190 let storedSessionData = getPreviousSessionData ( )
190191 this . reloaded = false
191192 // only fetch session data from local storage on the first `initialize` call
You can’t perform that action at this time.
0 commit comments