Skip to content

Develop - reconnect error reporting fix - #229

Merged
sameerasw merged 2 commits into
mainfrom
develop
Apr 22, 2026
Merged

Develop - reconnect error reporting fix#229
sameerasw merged 2 commits into
mainfrom
develop

Conversation

@sameerasw

Copy link
Copy Markdown
Owner

This pull request introduces a minor version bump and implements improvements to error handling and reporting for wake-up requests. The most significant changes include retry logic for transient network errors in quick connect, filtering out noisy errors from Sentry reporting, and updating the app version.

Enhancements to wake-up request reliability:

  • Added retry logic in QuickConnectManager.swift for HTTP 502 errors during wake-up requests, including a short delay and a fallback to UDP broadcast if both attempts fail.

Error reporting improvements:

  • Updated SentryInitializer.swift to filter out transient wake-up errors (e.g., 502 or timeouts) from Sentry error reporting, reducing noise from expected failures during device wake-up.

Versioning:

  • Bumped MARKETING_VERSION from 3.1.0 to 3.1.1 in AirSync.xcodeproj/project.pbxproj to reflect these changes. [1] [2] [3]

@sameerasw sameerasw self-assigned this Apr 22, 2026
@sameerasw sameerasw added the bug Something isn't working label Apr 22, 2026
@sameerasw
sameerasw merged commit da2d06c into main Apr 22, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in AirSync Features and Bugs Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant