launchdarkly / js-core

LaunchDarkly monorepo for JavaScript SDKs
Other
14 stars 16 forks source link

feat: Safer initialization of replay. #490

Closed kinyoklion closed 3 months ago

kinyoklion commented 3 months ago

Check for presence of crypto and randomUUID. If they are not present we do not capture a session.

Remove the header injection as I do not think we will use it for the demo.