-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs: Update Rust docs and snippets for upcoming release #1765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny suggested comma. 🌻 Thanks for updating the docs!
src/collections/_documentation/error-reporting/capture-error/rust.md
Outdated
Show resolved
Hide resolved
…ust.md Co-authored-by: Tien "Mimi" Nguyen <[email protected]>
LGTM 👍 I'll leave approval to @jan-auer for the more technical aspects of the doc |
|
||
if let Some(client) = Hub.current().client() { | ||
if let Some(client) = sentry::Hub::current().client() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I'd slightly prefer to keep the import.
Co-authored-by: Jan Michael Auer <[email protected]>
Co-authored-by: Jan Michael Auer <[email protected]>
docs.rs
.