Getting Started with SDKs Flashcards
1
Q
Analytics events
A
All SDKs send analytics events to LaunchDarkly as a result of feature flag evaluations and certain SDK calls. There are several kinds of analytics events.
2
Q
What types of analytic events are there?
A
Summary events, feature events, debug events, index and identify events, page view and click events, and custom events
3
Q
Flushing events
A
All LaunchDarkly SDKs automatically flush pending analytics events to LaunchDarkly at regular intervals. This prevents the SDK from having to send constant network requests. The time between intervals varies by SDK, and is configurable.
4
Q
Secrets
A
Secrets are an environement variable that will contain the SDK key
5
Q
A