@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.2.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.2.0...js-server-sdk-common-v1.2.1) (2023-08-24) | ||
### Bug Fixes | ||
* Fix an error handling situation that could cause double evaluation. ([#249](https://github.com/launchdarkly/js-core/issues/249)) ([2c613ff](https://github.com/launchdarkly/js-core/commit/2c613ffc8c6eea6e64495c63ec9dc079d1da619e)) | ||
## [1.2.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.1.0...js-server-sdk-common-v1.2.0) (2023-08-21) | ||
@@ -7,0 +14,0 @@ |
@@ -157,5 +157,5 @@ import { LDContext, LDEvaluationDetail, LDFlagValue } from '@launchdarkly/js-sdk-common'; | ||
* | ||
* LaunchDarkly automatically tracks pageviews and clicks that are specified in the Goals section | ||
* of the dashboard. This can be used to track custom goals or other events that do not currently | ||
* have goals. | ||
* LaunchDarkly automatically tracks pageviews and clicks that are specified in the Metrics section | ||
* of the dashboard. This can be used to track custom metrics (goals) or other events that do not currently | ||
* have metrics. | ||
* | ||
@@ -168,3 +168,3 @@ * Note that event delivery is asynchronous, so the event may not actually be sent until later; | ||
* | ||
* @param key The name of the event, which may correspond to a goal in A/B tests. | ||
* @param key The name of the event, which may correspond to a metric in Experimentation. | ||
* @param context The context to track. | ||
@@ -171,0 +171,0 @@ * @param data Optional additional information to associate with the event. |
@@ -305,2 +305,3 @@ "use strict"; | ||
}); | ||
return; | ||
} | ||
@@ -307,0 +308,0 @@ this.variationInternal(flagKey, context, defaultValue, eventFactory, cb); |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
501618
7082