-
I think we should improve the readability of the diagnostic event and stack trace outputs that the environment generates on the console and in tests when there are failures.
This is not about impro…
-
**Describe the bug**
I have noticed that the line # does not appear in the stacktrace of the exception. This seems to only be the case when loading my application through AddInManager rather than ful…
-
This issue was auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: [https://cockroach-labs.sentry.io/issues/6105586549/?referrer=webho…
-
## Description
Since the requirement for the OTel API is to [not throw when invalid operations are performed](https://github.com/open-telemetry/opentelemetry-specification/blob/cb95b7e357065d419320…
-
**Important first questions**
1. FFUpdater up-to-date: 79.2.5, F-Droid build
2. similar issues: 582 and 626, both closed
**Describe the bug**
I get notifications titled "background update fa…
-
:lady_beetle: **Describe the bug**
:computer: **Components impacted**
:bulb: **Screenshots and/or logs**
:crystal_ball: **Additional context**
iOS
unknownerror:%20Attempt%2…
-
### Zig Version
0.14.0-dev.2271+f845fa04a
### Steps to Reproduce and Observed Output
create a `test.zig` with this:
```zig
const std = @import("std");
const Self = @This();
map: std.A…
-
bd8ef0036d8d380a753bb88d426f58c059c97f61
```
test
+- test-modules
+- test-std
+- run test std-aarch64_be-linux.4.19...6.11.5-musl-generic-Debug-libc failure
thread 982114 panic: reach…
-
Python's logging module has an option to attach a stack trace to a logging message:
logger.error("...", stack_info=True)
This stack trace is lost when logging to Sentry. It'd be very helpful…
-
Consider simple Rust program calculating fibonacci number:
```rust
fn main() {
println!("{}", fibonacci(42));
}
fn fibonacci(n: u32) -> u32 {
match n {
0 => 0,
1 => 1…