launchdarkly-js-sdk-common
Advanced tools
Changelog
[4.3.0] - 2022-10-17
Inspectors
that can be used for collecting information for monitoring, analytics, and debugging.Changelog
[4.2.0] - 2022-10-03
seenRequests
cache. This cache was used to de-duplicate events, but it has been supplanted with summary events.allowFrequentDuplicateEvents
configuration has been deprecated because it controlled the behavior of the seenRequests
cache.Changelog
[4.1.1] - 2022-06-07
application.id
and application.version
configuration options.allFlags
.Changelog
[4.1.0] - 2022-04-21
LDOptionsBase.application
, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.baseUrl
, streamUrl
, and eventsUrl
properties now work properly regardless of whether the URL string has a trailing slash. Previously, a trailing slash would cause request URL paths to have double slashes.Changelog
[3.5.1] - 2022-02-17
error
event or, if there are no error
event listeners, it is logged. Previously, it would be thrown as an unhandled exception.Changelog
[4.0.3] - 2022-02-16
error
event or, if there are no error
event listeners, it is logged. Previously, it would be thrown as an unhandled exception.Changelog
[4.0.2] - 2022-01-25
version
export which was originally a constant inserted by the Rollup build, but was no longer usable since Rollup is no longer being used. The SDKs never used this export, since they have version
properties of their own; the version string of launchdarkly-js-sdk-common
was never meant to be exposed to applications.