Merged
Conversation
Vadman97
approved these changes
Oct 24, 2025
mario-launchdarkly
approved these changes
Oct 24, 2025
This was referenced Oct 24, 2025
Vadman97
pushed a commit
that referenced
this pull request
Oct 27, 2025
🤖 I have created a release *beep* *boop* --- ## [0.6.0](0.5.0...0.6.0) (2025-10-27) ### Features * App life cycle logging ([#48](#48)) ([ada7cdf](ada7cdf)) * hide TV app keyboard ([65215ef](65215ef)) * hide TV app keyboard ([#49](#49)) ([65215ef](65215ef)) * pass orientation flag ([a7bb21a](a7bb21a)) * pass orientation flag ([#50](#50)) ([a7bb21a](a7bb21a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Prepare 0.6.0 release with changelog updates for app life cycle logging, TV keyboard hiding, and an orientation flag. > > - **Release**: > - Bump version in `.release-please-manifest.json` to `0.6.0`. > - Update `CHANGELOG.md` with **0.6.0** features: > - App life cycle logging. > - Hide TV app keyboard. > - Pass orientation flag. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e89ad39. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: pass orientation flag
Note
Renames UIInteraction to TouchInteraction across observability and updates session replay to emit viewport orientation from the actual device.
UIInteraction→TouchInteractionandUIInteractionKind→TouchKind; update associated typealiases, extensions, and protocols (e.g.,UIEventBus.publish, span generation).TouchInteractionconform toEventQueueItemPayload.TouchInteractionevents inSessionReplayEventGenerator(appendTouchInteraction,clickEvent).Written by Cursor Bugbot for commit 1242694. This will update automatically on new commits. Configure here.