docs(rust): Document new Rust configuration#18816
Open
szokeasaurusrex wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
|
| File | Line | Current Link | Should Be |
|---|---|---|---|
docs/platforms/javascript/guides/cloudflare/features/workers-ai.mdx |
117 | /ai/monitoring/conversations/ |
/ai/observability/conversations/ |
Each redirect hop loses ~15% of SEO link equity and adds latency for users.
szokeasaurusrex
force-pushed
the
szokeasaurusrex/fix-clientoptions-rust-sdk
branch
from
July 23, 2026 12:09
f0dbe46 to
7ab9f70
Compare
szokeasaurusrex
force-pushed
the
szokeasaurusrex/fix-formatting
branch
2 times, most recently
from
July 23, 2026 12:10
1b493ee to
108b3aa
Compare
szokeasaurusrex
force-pushed
the
szokeasaurusrex/fix-clientoptions-rust-sdk
branch
2 times, most recently
from
July 23, 2026 12:11
914a71f to
370f0b3
Compare
Document the Rust SDK's new configuration options, to be introduced in version 0.49.0. This release will fundamentally change how we configure SDK options. The API now uses a builder pattern rather than a struct literal; the old API no longer works. We made this change in order to allow for greater future compatibility going forward. Resolves #18814 Resolves [DOCS-2913](https://linear.app/getsentry/issue/DOCS-2913/document-new-builder-api)
szokeasaurusrex
force-pushed
the
szokeasaurusrex/fix-clientoptions-rust-sdk
branch
from
July 23, 2026 13:58
370f0b3 to
c6be968
Compare
szokeasaurusrex
marked this pull request as ready for review
July 23, 2026 14:06
Member
Author
|
We should merge this only after version 0.49.0 is released. The builder API described here is already available in 0.48.5, but some items mentioned here are not yet (e.g. the traces sampling strategy) |
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.
Document the Rust SDK's new configuration options, to be introduced in version 0.49.0.
This release will fundamentally change how we configure SDK options. The API now uses a builder pattern rather than a struct literal; the old API no longer works. We made this change in order to allow for greater future compatibility going forward.
Resolves #18814
Resolves #18814