Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"go": "1.1.1",
"sdk/@launchdarkly/observability": "1.1.13",
"sdk/@launchdarkly/observability-android": "0.55.0",
"sdk/@launchdarkly/flutter/packages/observability": "0.6.0",
"sdk/@launchdarkly/observability": "1.1.14",
"sdk/@launchdarkly/observability-android": "0.56.0",
"sdk/@launchdarkly/flutter/packages/observability": "0.7.0",
"sdk/@launchdarkly/observability-dotnet": "1.2.0",
"sdk/@launchdarkly/observability-node": "1.1.3",
"sdk/@launchdarkly/observability-python": "1.2.3",
"sdk/@launchdarkly/observability-react-native": "0.9.3",
"sdk/@launchdarkly/react-native-ld-session-replay": "0.11.1",
"sdk/@launchdarkly/session-replay": "1.1.13",
"sdk/highlight-run": "10.3.4",
"sdk/@launchdarkly/session-replay": "1.1.14",
"sdk/highlight-run": "10.4.0",
"sdk/@launchdarkly/observability-ruby": "0.2.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the LaunchDarkly Observability SDK for Flutter will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

## [0.7.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly_flutter_observability-0.6.0...launchdarkly_flutter_observability-0.7.0) (2026-06-11)


### Features

* Flutter track API (LDObserve.track + afterTrack hook) ([#612](https://github.com/launchdarkly/observability-sdk/issues/612)) ([4d58af4](https://github.com/launchdarkly/observability-sdk/commit/4d58af408f3dcfc181b23c67350aa761a59db2b8))

## [0.6.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly_flutter_observability-0.5.0...launchdarkly_flutter_observability-0.6.0) (2026-06-09)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'native_options_codec.dart';
/// The version of this Flutter package, surfaced in the resource attributes
/// the native bridge attaches as `telemetry.distro.version`. Kept in sync
/// with `pubspec.yaml` by release-please.
const String _packageVersion = '0.6.0'; // x-release-please-version
const String _packageVersion = '0.7.0'; // x-release-please-version

/// Internal entry point for starting the LaunchDarkly observability +
/// session replay native stack from Flutter. Mirrors the C#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_flutter_observability
description: 'The LaunchDarkly Observability and Session Replay plugin for Flutter. Get started using LaunchDarkly today!'
version: 0.6.0
version: 0.7.0
homepage: https://github.com/launchdarkly/observability-sdk
repository: https://github.com/launchdarkly/observability-sdk/tree/main/sdk/@launchdarkly/flutter/packages/observability

Expand Down
8 changes: 8 additions & 0 deletions sdk/@launchdarkly/observability-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.56.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.55.0...launchdarkly-observability-android-0.56.0) (2026-06-11)


### Features

* Flutter track API (LDObserve.track + afterTrack hook) ([#612](https://github.com/launchdarkly/observability-sdk/issues/612)) ([4d58af4](https://github.com/launchdarkly/observability-sdk/commit/4d58af408f3dcfc181b23c67350aa761a59db2b8))
* richer Session Replay click descriptions (target text/selector) ([#613](https://github.com/launchdarkly/observability-sdk/issues/613)) ([ff138da](https://github.com/launchdarkly/observability-sdk/commit/ff138da07008ac64a16611531ed6eb34675d4aba))

## [0.55.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.54.0...launchdarkly-observability-android-0.55.0) (2026-06-09)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ android.useAndroidX=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

#x-release-please-start-version
version=0.55.0
version=0.56.0
#x-release-please-end
9 changes: 9 additions & 0 deletions sdk/@launchdarkly/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchdarkly/observability

## [1.1.14](https://github.com/launchdarkly/observability-sdk/compare/observability-1.1.13...observability-1.1.14) (2026-06-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* highlight.run bumped to 10.4.0

## [1.1.13](https://github.com/launchdarkly/observability-sdk/compare/observability-1.1.12...observability-1.1.13) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/observability",
"version": "1.1.13",
"version": "1.1.14",
"description": "Browser observability for your web app. Capture frontend metrics, errors, logs, and traces.",
"keywords": [
"launchdarkly",
Expand Down
9 changes: 9 additions & 0 deletions sdk/@launchdarkly/session-replay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchdarkly/session-replay

## [1.1.14](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.13...session-replay-1.1.14) (2026-06-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* highlight.run bumped to 10.4.0

## [1.1.13](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.1.12...session-replay-1.1.13) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/session-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/session-replay",
"version": "1.1.13",
"version": "1.1.14",
"description": "Browser session replay for your web app. Record session replays to visualize usage patterns.",
"keywords": [
"launchdarkly",
Expand Down
7 changes: 7 additions & 0 deletions sdk/highlight-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# highlight.run

## [10.4.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-10.3.4...highlight.run-10.4.0) (2026-06-11)


### Features

* update rrweb submodule to upstream v2.0.1 refresh ([#615](https://github.com/launchdarkly/observability-sdk/issues/615)) ([f63b07f](https://github.com/launchdarkly/observability-sdk/commit/f63b07f96c4d7e66334d434a4bbb0a5ebe134588))

## [10.3.4](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-10.3.3...highlight.run-10.3.4) (2026-06-08)


Expand Down
2 changes: 1 addition & 1 deletion sdk/highlight-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlight.run",
"version": "10.3.4",
"version": "10.4.0",
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
"keywords": [
"highlight",
Expand Down
Loading