Skip to main content
Lucent analyzes replay data from Lucent SDKs and supported third-party replay providers.

Supported sources

SourceWeb replayMobile replayNotes
Lucent SDKSupportedSupported with @lucenthq/react-native screenshot replayBrowser and React Native sessions captured directly by Lucent.
PostHogSupportedSupported when the payload contains DOM, screenshot, or wireframe replay dataUnknown mobile payloads are skipped.
DatadogSupportedSupported when exported events are renderable as rrwebSource metadata is preserved on imported sessions.
AmplitudeSupportedSupported when exported events are renderable as rrwebSource metadata is preserved on imported sessions.
SentrySupportedBeta for Sentry mobile and Expo replay payloadsMobile screenshot and wireframe payloads are transformed before video rendering.

Mobile replay handling

Lucent normalizes supported mobile payloads before video generation:
  • DOM-like rrweb payloads pass through.
  • Screenshot-style payloads are converted into web-compatible rrweb.
  • Wireframe-style payloads are converted into web-compatible rrweb.
  • Unknown mobile payloads are skipped.
Lucent React Native replay uses screenshot payloads with snapshotSource: "mobile", snapshotLibrary: "lucent-react-native", and snapshotMode: "screenshot". After normalization, supported mobile sessions follow the same analysis path as web sessions.

Processing controls

Filters and sampling usually control whether a session is analyzed, not whether an SDK can send events. Required URL filters apply before full analysis and are fail-closed. If a source has Required URL patterns and a session has no matching URL or screen evidence, Lucent skips that session from analysis as required_url_missing while still allowing SDK replay ingestion. For first-party React Native and Expo replay, use path-style screen names such as /onboarding when you want mobile sessions to match Required or Excluded URL filters. See React Native processing controls.

Provider metadata

Lucent preserves replay source metadata such as source name, project, replay URL, platform, and feature flag values when available.

Sentry replay

Connect Sentry Session Replay and import web, mobile, and Expo sessions.

React Native SDK

Capture first-party mobile replay with @lucenthq/react-native.

Feature flag filters

Filter Signals by evaluated feature flags from SDK sessions and integrations.