getsentry / sentry-rust

Official Sentry SDK for Rust
https://sentry.io/
Apache License 2.0
620 stars 153 forks source link

Sentry Install instructions For Rust not Working #689

Open nakul1010 opened 1 month ago

nakul1010 commented 1 month ago

Environment

MacOs rust version: rustc 1.82.0-nightly (2cbbe8b8b 2024-07-28)

Steps to Reproduce

The output:

uid: f6c7e332-xxxx-xxxx-xxxx-xxxxxxxxxxxx
thread 'main' panicked at app/src/main.rs:541:5:
Everything is on fire!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Expected Result

The panic should be visible in issues section

Actual Result

The panic is not visible in issue section of sentry project.

Note: It was working until yesterday. I also tried to create a new project but the same issue is popping up.

nakul1010 commented 1 month ago

ohh, I can see some of my previous transactions now, but the issue is that they're showing up almost an hour after the transaction was initiated. Is there any parameter/field I need to set to get issues instantly on dashboard?