@launchdarkly/browser-telemetry 0.3.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.0](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v0.3.1...browser-telemetry-v1.0.0) (2025-02-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* 1.0 Release for browser-telemetry.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* 1.0 Release for browser-telemetry. ([681e423](https://github.com/launchdarkly/js-core/commit/681e4230efb99abb1acb51de3a7d0265fddcd6e0))
|
|
13
|
+
|
|
3
14
|
## [0.3.1](https://github.com/launchdarkly/js-core/compare/browser-telemetry-v0.3.0...browser-telemetry-v0.3.1) (2025-02-06)
|
|
4
15
|
|
|
5
16
|
|
package/README.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Telemetry integration for LaunchDarkly browser SDKs.
|
|
2
2
|
|
|
3
|
-
# ⛔️⛔️⛔️⛔️
|
|
4
|
-
|
|
5
|
-
> [!WARNING]
|
|
6
|
-
> This is an alpha version. The API is not stabilized and will introduce breaking changes.
|
|
7
3
|
|
|
8
4
|
[![NPM][browser-telemetry-npm-badge]][browser-telemetry-npm-link]
|
|
9
5
|
[![Actions Status][browser-telemetry-ci-badge]][browser-telemetry-ci]
|
|
@@ -11,6 +7,8 @@
|
|
|
11
7
|
[![NPM][browser-telemetry-dm-badge]][browser-telemetry-npm-link]
|
|
12
8
|
[![NPM][browser-telemetry-dt-badge]][browser-telemetry-npm-link]
|
|
13
9
|
|
|
10
|
+
Telemetry package for use with the LaunchDarkly browser SDKs.
|
|
11
|
+
|
|
14
12
|
## LaunchDarkly overview
|
|
15
13
|
|
|
16
14
|
[LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
|