Question
The feature flag Impression tracking toggle allows me to control my generated impressions (feature flag evaluation data) for a given feature flag definition. The toggle setting is detected by new SDK versions, but older SDK versions will not detect the setting (impressions will be sent to Split servers).
How can I confirm that the Split SDK version that I am using in my codebase will not send impressions for a feature flag definition that has impression tracking turned off (as shown below)?
Answer
Please refer to the following table to check that your Split SDK version or optional infrastructure version supports the Impression tracking toggle.
SDK or Infra | Version that supports SemVer |
---|---|
Client-side SDKs | |
Android SDK | 5.1.0 and later |
Browser SDK | 1.1.0 and later |
iOS SDK | 3.1.0 and later |
JavaScript SDK | 11.1.0 and later |
React Native SDK | 1.1.0 and later |
Server-side SDKs | |
Elixir Thin Client SDK | See SplitD version |
Go SDK | 6.7.0 and later |
Java SDK | 4.12.0 and later |
Node.js SDK | 11.1.0 and later |
PHP Thin Client SDK | See SplitD version |
Python SDK | 10.2.0 and later |
Ruby SDK | 8.5.0 and later |
Optional infrastructure | |
Split Daemon | 1.5.0 and later |
Split Synchronizer | 5.10.0 and later |
Comments
0 comments
Article is closed for comments.