Skip to content

docs(rust): Document new Rust configuration#18816

Open
szokeasaurusrex wants to merge 1 commit into
szokeasaurusrex/fix-formattingfrom
szokeasaurusrex/fix-clientoptions-rust-sdk
Open

docs(rust): Document new Rust configuration#18816
szokeasaurusrex wants to merge 1 commit into
szokeasaurusrex/fix-formattingfrom
szokeasaurusrex/fix-clientoptions-rust-sdk

Conversation

@szokeasaurusrex

@szokeasaurusrex szokeasaurusrex commented Jul 23, 2026

Copy link
Copy Markdown
Member

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

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview Jul 23, 2026 2:09pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Jul 23, 2026 2:09pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Redirect Chain Issues Detected

This PR introduces or contains redirect chains that degrade SEO and add latency.

Content Links Pointing to Redirects (1 found)

These links point to URLs that redirect. Update them to point directly to the final destination:

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.

@codeowner-assignment
codeowner-assignment Bot requested a review from a team July 23, 2026 12:08
@szokeasaurusrex
szokeasaurusrex force-pushed the szokeasaurusrex/fix-clientoptions-rust-sdk branch from f0dbe46 to 7ab9f70 Compare July 23, 2026 12:09
@szokeasaurusrex
szokeasaurusrex force-pushed the szokeasaurusrex/fix-formatting branch 2 times, most recently from 1b493ee to 108b3aa Compare July 23, 2026 12:10
@szokeasaurusrex
szokeasaurusrex force-pushed the szokeasaurusrex/fix-clientoptions-rust-sdk branch 2 times, most recently from 914a71f to 370f0b3 Compare July 23, 2026 12:11
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
szokeasaurusrex force-pushed the szokeasaurusrex/fix-clientoptions-rust-sdk branch from 370f0b3 to c6be968 Compare July 23, 2026 13:58
@szokeasaurusrex
szokeasaurusrex marked this pull request as ready for review July 23, 2026 14:06
Comment thread docs/platforms/rust/common/logs/index.mdx

@dingsdax dingsdax left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@szokeasaurusrex

Copy link
Copy Markdown
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document new builder API

2 participants