You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our SDKs use integrations, SDK names, or packages to communicate if certain features are turned on, but that doesn’t work for smaller features, such as performanceV2 for mobile, which slightly changes span durations.
To make this happen, we can add a new field features similar to integrations to the SDK event payload and index it in Looker:
Description
Some of our SDKs use integrations, SDK names, or packages to communicate if certain features are turned on, but that doesn’t work for smaller features, such as
performanceV2
for mobile, which slightly changes span durations.To make this happen, we can add a new field
features
similar tointegrations
to the SDK event payload and index it in Looker:Tasks
SDKS
Why should we be doing this?
We want to know about the adoption of our features.
Why now?
Mobile starfish needs to know how many users use performanceV2, a feature flag that changes how SDKs send performance data.
Stakeholder(s)
All SDK teams.
Team(s)
All SDK teams, the data team for indexing the data in Looker, and ingest to accept this data in Relay.
The text was updated successfully, but these errors were encountered: