Skip to content

Commit e2a9d2f

Browse files
authored
feat: Add inline context for feature and summary events. (#326)
1 parent 445e416 commit e2a9d2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

schemas/sdk_metadata.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ INSERT INTO sdk_feature_info (id, name, description) VALUES
136136
('pluginSupport', 'Plugin Support', 'Provides SDK extensibility through the use of plugins.'),
137137
('omitAnonContexts', 'Omit Anonymous Contexts from Events', 'Optionally omit anonymous contexts from events.'),
138138
('eventCompression', 'Event Compression', 'Optionally support compressing event payloads sent to LaunchDarkly.'),
139-
('pollingResponseCompression', 'Polling Response Compression', 'Supports receiving compressed polling responses.');
139+
('pollingResponseCompression', 'Polling Response Compression', 'Supports receiving compressed polling responses.'),
140+
('inlineContextFeatureEvents', 'Inline Context In Feature Events', 'The SDK will inline the context inside feature events.'),
141+
('perContextSummaryEvents', 'Per-Context Summary Events', 'The SDK supports emitting a summary event per-context.');
140142

141143
INSERT INTO sdk_language_info (language) VALUES
142144
('Apex'),

0 commit comments

Comments
 (0)