feat: allow localhost testing#233
Merged
Merged
Conversation
- Stamp `event.screen_name` on click spans and Session Replay click events - Add `Instrumentation.enabled` / `.disabled` convenience accessors - Install the UIWindow.sendEvent swizzle + hit-testing only when userTaps is enabled or Session Replay is recording (SR self-starts the shared manager) - Make the touch-capture manager start idempotent and fix UIWindowSwizzleSource isActive handling Co-authored-by: Cursor <cursoragent@cursor.com>
…ft-launchdarkly-observability into andrey/richer-click-api * 'andrey/richer-click-api' of github.com:launchdarkly/swift-launchdarkly-observability: chore(deps): bump actions/checkout from 4 to 6 (#228) chore(deps): bump googleapis/release-please-action from 4.2.0 to 5.0.0 (#227) chore: Add Dependabot version-update cooldown (#226)
abelonogov-ld
pushed a commit
that referenced
this pull request
Jun 19, 2026
🤖 I have created a release *beep* *boop* --- ## [0.46.0](0.45.1...0.46.0) (2026-06-19) ### Features * allow localhost testing ([#233](#233)) ([b965035](b965035)) --- 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] > **Low Risk** > Version-only release automation with no runtime code changes in the diff. > > **Overview** > **Release 0.46.0** bumps the package version from **0.45.1** to **0.46.0** across release metadata: `.release-please-manifest.json`, `CHANGELOG.md`, `LaunchDarklyObservability.podspec`, `LaunchDarklySessionReplay.podspec`, and `sdkVersion` in `Version.swift`. > > The changelog entry for this release documents **allow localhost testing** ([#233]) as the shipped feature; this PR itself contains no SDK source changes—only the version and release notes updates from Release Please. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit fa31b60. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/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.
TestApp allow access to localhost
Note
Low Risk
Changes are limited to the test app ATS flag, CI validation, and publish log verbosity with no production runtime or auth impact.
Overview
TestApp can hit local backends during development by enabling
NSAllowsLocalNetworkingunder App Transport Security inTestApp/Info.plist, so HTTP to localhost works with the existingotlpEndpoint/backendUrlbuild settings.CI adds a
lint-podsjob on PRs that runspod lib lintonLaunchDarklyObservability.podspecandLaunchDarklySessionReplay.podspec(with--include-podspecsfor the dependency). Publish drops--verbosefrompod trunk pushfor both pods.Reviewed by Cursor Bugbot for commit 0f8e330. Bugbot is set up for automated code reviews on this repo. Configure here.