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

### Environment How do you use Sentry? Sentry SaaS Which SDK and version? 0.26.0 ### Steps to Reproduce I'm capturing a panicking unwrap with sentry, but for some reason it...

Hi wasm based rust currently fails in all kind of ways. Especially this often happens when compiling: ``` error[E0599]: no method named `as_sock` found for reference `&udp::UdpBuilder` in the current...

Feature
area: core
Rust
WASM

Build an integration for Edge DB. Having built in support for tracing with EdgeDB. https://www.edgedb.com/ This is the official rust client: https://github.com/edgedb/edgedb-rust If you want to have such an integration,...

enhancement
tracing

Previously it was impossible to have a unified feature named `rustls` or `native-tls` that would turn on the respective TLS backend in the chosen transport (`reqwest` or `ureq`) as a...

Hi thanks for the lib! I wonder whether this lib is safe and production-ready to use in Android? More specifically: 1. Will it crash (segfault, etc) once in a while?...

question

### Environment How do you use Sentry? Sentry 4 Sentry Which SDK and version? `sentry-rust 0.24.2` ### Steps to Reproduce With `sentry-tracing` enabled, call `tracing::error!` ### Expected Result The error...

tracing

Spun off of https://github.com/getsentry/sentry-rust/pull/439. Jess has opened up a PR which adds in basic functionality to include request data with Transactions and Spans, which works quite well. However, it does...

enhancement
tracing

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Sentry-rust master So I have all these `http.server` `db.sql.query` etc spans/transactions but they don't show up...

This feature enables usage of `surf` http backend with `rustls`.

I have an async HTTP server and I'd like to attach `transaction` information to sentries caught during request processing. This isn't actually straightforward right now because the corresponding method (`with_scope`)...