File tree Expand file tree Collapse file tree
react-native-ld-session-replay Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "go" : " 1.1.0" ,
33 "sdk/@launchdarkly/observability" : " 1.1.2" ,
4- "sdk/@launchdarkly/observability-android" : " 0.38 .0" ,
4+ "sdk/@launchdarkly/observability-android" : " 0.39 .0" ,
55 "sdk/@launchdarkly/observability-dotnet" : " 1.1.0" ,
66 "sdk/@launchdarkly/observability-node" : " 1.1.0" ,
77 "sdk/@launchdarkly/observability-python" : " 1.2.0" ,
88 "sdk/@launchdarkly/observability-react-native" : " 0.8.0" ,
9- "sdk/@launchdarkly/react-native-ld-session-replay" : " 0.3 .0" ,
9+ "sdk/@launchdarkly/react-native-ld-session-replay" : " 0.4 .0" ,
1010 "sdk/@launchdarkly/session-replay" : " 1.1.2" ,
1111 "sdk/highlight-run" : " 10.0.0" ,
1212 "sdk/@launchdarkly/observability-ruby" : " 0.2.0"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.39.0] ( https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.38.0...launchdarkly-observability-android-0.39.0 ) (2026-04-17)
4+
5+
6+ ### Features
7+
8+ * [ SDK-2197] Add ` LDReplay. registerActivity() ` method for React Native. ([ #472 ] ( https://github.com/launchdarkly/observability-sdk/issues/472 ) ) ([ f99b566] ( https://github.com/launchdarkly/observability-sdk/commit/f99b5660f68ac8ec1edf94f27e9eb29dea7c4d93 ) )
9+
310## [ 0.38.0] ( https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.37.0...launchdarkly-observability-android-0.38.0 ) (2026-04-13)
411
512
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ android.useAndroidX=true
55org.jetbrains.dokka.experimental.gradle.pluginMode =V2EnabledWithHelpers
66
77# x-release-please-start-version
8- version =0.38 .0
8+ version =0.39 .0
99# x-release-please-end
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.0] ( https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.3.0...session-replay-react-native-0.4.0 ) (2026-04-17)
4+
5+
6+ ### Features
7+
8+ * [ SDK-2121] implement session replay for react native android ([ #456 ] ( https://github.com/launchdarkly/observability-sdk/issues/456 ) ) ([ a5af1d8] ( https://github.com/launchdarkly/observability-sdk/commit/a5af1d8368fc06ffbef9b486f4b40cbfd7390ef3 ) )
9+ * [ SDK-2190] add dialogs to the RN session replay example app ([ #471 ] ( https://github.com/launchdarkly/observability-sdk/issues/471 ) ) ([ c677962] ( https://github.com/launchdarkly/observability-sdk/commit/c6779627f17bdb161b4fb79092dd6743ad54f9bf ) )
10+
311## [ 0.3.0] ( https://github.com/launchdarkly/observability-sdk/compare/session-replay-react-native-0.2.2...session-replay-react-native-0.3.0 ) (2026-03-26)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/session-replay-react-native" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " session replay for react native" ,
55 "main" : " ./lib/module/index.js" ,
66 "types" : " ./lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments