Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion schemas/sdk_metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ INSERT INTO sdk_feature_info (id, name, description) VALUES
('pluginSupport', 'Plugin Support', 'Provides SDK extensibility through the use of plugins.'),
('omitAnonContexts', 'Omit Anonymous Contexts from Events', 'Optionally omit anonymous contexts from events.'),
('eventCompression', 'Event Compression', 'Optionally support compressing event payloads sent to LaunchDarkly.'),
('pollingResponseCompression', 'Polling Response Compression', 'Supports receiving compressed polling responses.');
('pollingResponseCompression', 'Polling Response Compression', 'Supports receiving compressed polling responses.'),
('inlineContextFeatureEvents', 'Inline Context In Feature Events', 'The SDK will inline the context inside feature events.'),
('perContextSummaryEvents', 'Per-Context Summary Events', 'The SDK supports emitting a summary event per-context.');

INSERT INTO sdk_language_info (language) VALUES
('Apex'),
Expand Down
Loading