You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve error messages in LinearSolveAutotune telemetry (#703)
- Add detailed error reporting in upload_to_github with specific error types
- Include repository, issue number, and auth method in error output
- Provide actionable guidance for common errors (403, 404, 401, rate limits)
- Show specific help messages for permission issues
- Include the GitHub issue URL in fallback message for manual sharing
- Improve error propagation in comment_on_issue functions
- Use @error for critical failures and @debug for detailed diagnostics
This helps users understand why uploads fail and what actions to take.
0 commit comments