docs(rust): logs and metrics features enabled by default - #18865
Open
szokeasaurusrex wants to merge 3 commits into
Open
docs(rust): logs and metrics features enabled by default#18865szokeasaurusrex wants to merge 3 commits into
szokeasaurusrex wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
szokeasaurusrex
force-pushed
the
fix-ai-conversations-link
branch
from
July 29, 2026 12:47
878af14 to
9aa95b3
Compare
szokeasaurusrex
force-pushed
the
szokeasaursurex/logs-metrics-default
branch
from
July 29, 2026 12:47
f22cc70 to
d4e029a
Compare
szokeasaurusrex
marked this pull request as ready for review
July 29, 2026 12:48
Correct the Rust SDK docs to reflect that the `logs` and `metrics` crate features are now enabled by default. Also, correct any stale references that imply that either of these options need to be enabled at runtime. Resolves #18863 Resolves [RUST-271](https://linear.app/getsentry/issue/RUST-271/document-new-logsmetrics-feature-flag-defaults)
szokeasaurusrex
force-pushed
the
szokeasaursurex/logs-metrics-default
branch
from
July 29, 2026 13:17
0e29381 to
54c407f
Compare
szokeasaurusrex
changed the base branch from
fix-ai-conversations-link
to
master
July 29, 2026 13:17
alexander-alderman-webb
approved these changes
Jul 30, 2026
szokeasaurusrex
force-pushed
the
szokeasaursurex/logs-metrics-default
branch
from
July 30, 2026 13:00
d3d4e9c to
0e83cb7
Compare
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.
Correct the Rust SDK docs to reflect that the
logsandmetricscrate features are now enabled by default. Also, correct any stale references that imply that either of these options need to be enabled at runtime.Resolves #18863
Resolves #18863