Skip to content

Commit b7e8ffa

Browse files
chore: release main
1 parent fc5d4bd commit b7e8ffa

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"sdk/@launchdarkly/observability-python": "0.1.1",
88
"sdk/@launchdarkly/observability-react-native": "0.6.0",
99
"sdk/@launchdarkly/session-replay": "0.4.0",
10-
"sdk/highlight-run": "9.20.0"
10+
"sdk/highlight-run": "9.21.0"
1111
}

sdk/highlight-run/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# highlight.run
22

3+
## [9.21.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.20.0...highlight.run-9.21.0) (2025-09-09)
4+
5+
6+
### Features
7+
8+
* Add sampling support to React Native observability plugin ([#108](https://github.com/launchdarkly/observability-sdk/issues/108)) ([1beae4d](https://github.com/launchdarkly/observability-sdk/commit/1beae4d39e2efe31f60d8d7712f7766984a29d81))
9+
* avoid requiring window for the observability plugins ([#135](https://github.com/launchdarkly/observability-sdk/issues/135)) ([d0ab9e3](https://github.com/launchdarkly/observability-sdk/commit/d0ab9e324f7bc6e11c509886ef19e9ccd8182560))
10+
* custom session definition based on sessionKey ([#111](https://github.com/launchdarkly/observability-sdk/issues/111)) ([d181f89](https://github.com/launchdarkly/observability-sdk/commit/d181f89e6a4f324ea9e6325016480b12cc9ff58b))
11+
* improve exception instrumentation in react-native SDK ([#177](https://github.com/launchdarkly/observability-sdk/issues/177)) ([22b2be7](https://github.com/launchdarkly/observability-sdk/commit/22b2be7ad83a206ba4e630c7787debf14e72c4a5))
12+
* Update instrumentation configuration for ease of use. ([#112](https://github.com/launchdarkly/observability-sdk/issues/112)) ([011032f](https://github.com/launchdarkly/observability-sdk/commit/011032f7c2cb941bcde5f8225705a129f6c2019c))
13+
* Version Packages ([#136](https://github.com/launchdarkly/observability-sdk/issues/136)) ([c271dc8](https://github.com/launchdarkly/observability-sdk/commit/c271dc87e4aba78355ca54cc7af9200f63da26a8))
14+
15+
16+
### Bug Fixes
17+
18+
* Correct canonical key ID generation. ([#188](https://github.com/launchdarkly/observability-sdk/issues/188)) ([7e8f9e5](https://github.com/launchdarkly/observability-sdk/commit/7e8f9e58c402d344791647c13b6df14e899d0095))
19+
* Fix an issue where metrics could have NaN or infinite values. ([#220](https://github.com/launchdarkly/observability-sdk/issues/220)) ([1e4cc34](https://github.com/launchdarkly/observability-sdk/commit/1e4cc342ecd0636dff28448fc932f242ab06b46b))
20+
* Remove debug logs for export failures. ([#218](https://github.com/launchdarkly/observability-sdk/issues/218)) ([872c1f7](https://github.com/launchdarkly/observability-sdk/commit/872c1f74a43e0ddf5a1e9e43a9ef93d5e2946ff4))
21+
* update highlight-run typedoc ([#184](https://github.com/launchdarkly/observability-sdk/issues/184)) ([39e66b7](https://github.com/launchdarkly/observability-sdk/commit/39e66b7f65576faf52ab455cccf56ccba9ba5b82))
22+
* update web o11y plugin docs ([#182](https://github.com/launchdarkly/observability-sdk/issues/182)) ([4ab5879](https://github.com/launchdarkly/observability-sdk/commit/4ab5879825e41608eb3d02b5adb60820175db78c))
23+
324
## 9.20.0
425

526
### Minor Changes

sdk/highlight-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlight.run",
3-
"version": "9.20.0",
3+
"version": "9.21.0",
44
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
55
"keywords": [
66
"highlight",

0 commit comments

Comments
 (0)