| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Treat ws and wss as valid hierarchical URIs without requiring JVM URL handlers. This preserves Ktor WebSocket span descriptions and query filtering instead of falling back to an unknown URL. Refs #5666 Co-Authored-By: Claude <noreply@anthropic.com>
Propagate the corrected OkHttp Set-Cookie fixture through the Data Collection PR stack. Co-Authored-By: Claude <noreply@anthropic.com>
📲 Install BuildsAndroid
|
Sorry, something went wrong.
Propagate the OpenTelemetry span-description revert from the preceding stack branch. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
LGTM 👍
Sorry, something went wrong.
Bring the latest base branch fixes into this stacked branch. Co-Authored-By: Claude <noreply@anthropic.com>
Instructions and example for changelogPlease add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number. Example: ## Unreleased
### Fixes
- [Data Collection 23] Support WebSocket URL parsing ([#6064](https://github.com/getsentry/sentry-java/pull/6064))If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Stack (Data Collection)
📜 Description
Allow UrlUtils to parse structurally valid ws and wss URIs without requiring a JVM URLStreamHandler. Keep the existing handler-based validation for every other scheme to preserve support for built-in and customer-installed handlers.
💡 Motivation and Context
Java WebSocket clients consume URI directly and generally do not install global URL handlers. Converting a valid WebSocket URI with URI.toURL() therefore commonly fails, causing Ktor WebSocket span descriptions and request URLs to fall back to unknown values.
Refs #5666
💚 How did you test it?
📝 Checklist
🔮 Next steps
None.