Skip to content

Commit 69d6bb8

Browse files
committed
Notes
1 parent 306f874 commit 69d6bb8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/highlight-run/src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}`,

sdk/highlight-run/src/sdk/record.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)