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

> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...

invalid

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Rust 0.23.0 ### Steps to Reproduce 1. Configure Sentry with a user ```rust pub fn set_user(user:...

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? Rust 0.23 ### Steps to Reproduce 1. Initialize sentry: `sentry::init` 2. Send events in different threads...

RE: the deadlock - I built the repro as a docker container and found that the deadlock happens when I run the container on ~~my Centos box~~ _seemingly all of...

slog added `emit_error` to `Serializer`, so that `std::error::Error`s can be serialized preserving their `source`: https://github.com/slog-rs/slog/pull/274 It would be great to add an `emit_error` implementation to sentry-slog's `MapSerializer` to preserve structured...

enhancement

Hello, Panic reports sent to sentry for programs compiled on release profile is missing stacktrace information. From uploaded json: ``` {"function":"main","in_app":true,"data":{"symbolicator_status":"unknown_image"},"instruction_addr":"0x7ff7aad52967"} ``` Which is expected but it is also missing...

> `aesni` has been merged into the `aes` crate | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `aesni` | | Version...

> `aes-soft` has been merged into the `aes` crate | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `aes-soft` | | Version...

This introduces a new method which allows to more easily set custom values in a Context. It also introduces a missing API to allow manipulating such contexts.

> stdweb is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `stdweb` | | Version | `0.4.20` | | URL...