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

When working with Rust issues, can we make it default to unwind to the panic and group by that as opposed to grouping by the exception?

### Environment What version are you running? Etc. FROM rust:1-alpine3.16 rust version 1.71.0-nightly (7908a1d65 2023-04-17) sentry = { version = "0.30.0", features = ["profiling","tracing","backtrace","tower"] } sentry-actix = "0.30.0" sentry-anyhow =...

### Environment Linux, sentry-rust 0.30 w/ Cloud Sentry, Rust 1.68 ### Steps to Reproduce Upgrading from sentry 0.27 to 0.30 results in a new warning appearing in the Sentry UI:...

### Environment 0.30.0 ### Steps to Reproduce 1. Create multiple wrapped errors using `thiserror::Error`: e.g. `OuterError::HTTPError(InnerError::CollectionHasNoAST)` 2. Call `sentry::capture_error(&error);` 3. View in Sentry console ### Expected Result Errors go from...

Rust
Improvement
Errors

> mach is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `mach` | | Version | `0.3.2` | | URL...

Hi, in Sentry we define the FieldVisitor [here in the extract_span_data](https://github.com/getsentry/sentry-rust/blob/799f21108270d1c81332e17707bb0f25dc3c646d/sentry-tracing/src/converters.rs#L38), and used it [here in the on_new_span for the sentry layer](https://github.com/getsentry/sentry-rust/blob/25806c74cb740d92ba214ff1699499d2fb724d6e/sentry-tracing/src/layer.rs#L157-L167), the data of the tracing span is directly...

enhancement

Reqwest adds quite a bit of time to compile times in projects where it isn't needed. Removing reqwest from our project reduced compile times by about 30s. We already have...

area: core
Rust
Improvement

### Environment Windows 10, Mac OS Sentry 0.27 ### Steps to Reproduce I use the following function to send crash dump. Everything works great except all events have the same...

### Environment Latest rust, latest bevy, sentry 0.27.0. ### Steps to Reproduce Use [this template](https://github.com/NiklasEi/bevy_game_template) and build for Wasm using `trunk serve` Add with default dependencies: sentry = { version...

Rust
Improvement
WASM

https://github.com/getsentry/sentry-rust/blob/96e1da3d4d5d4197899cab8cfdcfcdb672689e65/sentry-core/src/session.rs#L228 We're seeing processes fail with this message: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }',...

Rust
Improvement