[FFL-2926] Add tracking parity to DatadogOfflineProvider - #349
Draft
sameerank wants to merge 1 commit into
Draft
Conversation
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
2 times, most recently
from
August 6, 2026 20:56
4601849 to
b077ce1
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
2 times, most recently
from
August 6, 2026 21:30
c5671fe to
d22ce15
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 6, 2026 21:30
b077ce1 to
35e7307
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 6, 2026 23:24
d22ce15 to
e4d574a
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 6, 2026 23:25
35e7307 to
d45c3b0
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 7, 2026 00:53
e4d574a to
592713b
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 7, 2026 00:53
d45c3b0 to
dfaa31f
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 7, 2026 01:24
592713b to
d22d4e7
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 7, 2026 01:25
dfaa31f to
26553ff
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 9, 2026 14:03
d22d4e7 to
9d718e1
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 9, 2026 14:06
26553ff to
e0aeed0
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 11, 2026 14:21
e0aeed0 to
880ef0f
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
2 times, most recently
from
August 13, 2026 22:52
1adf3ea to
7beba56
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 13, 2026 22:52
880ef0f to
2304a11
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 13, 2026 23:28
7beba56 to
e1d30d6
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 13, 2026 23:28
2304a11 to
4c38e3f
Compare
sameerank
force-pushed
the
sameerank/FFL-2871/static-context-offline-init
branch
from
August 18, 2026 15:21
e1d30d6 to
9160faa
Compare
sameerank
force-pushed
the
sameerank/FFL-2926/offline-tracking-parity
branch
from
August 18, 2026 15:21
4c38e3f to
471d42b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DatadogOfflineProviderDatadogProviderexposure, flag-evaluation, and RUM tracking hooks through shared setuptrackingis omittedsetConfiguration(), consistent with React NativesetConfigurationreplaces the active configurationWhy
Offline describes configuration delivery, not necessarily telemetry. Consumers should be able to opt into the same browser tracking behavior as
DatadogProviderwithout introducing configuration fetching or polling.When tracking is omitted,
DatadogOfflineProviderremains evaluation-only and creates no tracking hooks or telemetry requests. The constructor accepts only optional browser tracking settings; caller-supplied flag configuration is loaded separately withsetConfiguration().Jira: FFL-2926
Behavior and compatibility
trackingblock enables exposure, flag-evaluation, and RUM tracking with the same defaults and hook order asDatadogProvider{}is treated literallyDatadogProviderconstructor, fetching, caching, and tracking behavior remain unchangedStack and merge order
This PR is stacked on #346, which documents static initialization with
getPrecomputedContextand treats empty OpenFeature contexts literally.mainand merge it.Validation