sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

Official Sentry SDK for Rust

Results 121 sentry-rust issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be good to have support for [eyre](https://github.com/yaahc/eyre)/[color-eyre](https://github.com/yaahc/color-eyre) too along with #180

In case the session was not yet flushed, we can still set the User. Question is: Should we flush sessions as soon as we capture anything else or not? +...

Sentry-rust occasionally causes Segmentation fault when our program exits. Here is a minimal code example to reproduce it. ### To reproduce Create a bin project with `cargo new`. `Cargo.toml`: ```toml...

Hello I'd like to have a way to change all the configuration of my application at runtime. That would also mean being able changing configuration of sentry and I didn't...

Doc comments for Hub methods don't contain information, e.g. https://getsentry.github.io/sentry-rust/sentry/struct.Scope.html#method.set_transaction `set_transaction` says "Sets the transaction.", but this adds 0 information beyond the method name. What are transactions? Why would I...

Rust
Docs

I'd like to be able to use sentry with log4rs while still being able to change the log4rs config. Currently I'm using log4rs and I dynamically reload the config whenever...

enhancement
help wanted

I recently had an issue (events/spans being recorded in the wrong places) which was caused by me not understanding that I needed to be manually cloning/creating `Hub`s and using `bind_hub`...

Rust
Improvement

I am trying to do performance measuring on parts of a API-server using `start_transaction(ctx);` This requires calls to `transaction.finish()` for the transaction-data to be sent to Sentry. Could it not...

Just wondering about the plan for a new release since it has been a few months since 0.27.0.