Lorenzo Cian
Lorenzo Cian
Fixes GotoMain for new Ghidra versions (#1). I tested it with a couple 32-bit and 64-bit binaries and it works fine.
## :scroll: Description If present, grabs the thread attributes from the OTEL span to populate `transaction.data.thread.id` and `transaction.data.thread.name`. ## :bulb: Motivation and Context Closes #4336 ## :green_heart: How did you...
### Problem Statement This came up as a feature request from a customer. They are using our performance features along with DexGuard or ProGuard. They complained that their Android spans...
### Description There are some discrepancies between the docs on docs.sentry.io and what's offered in the SDK: - https://docs.sentry.io/platforms/rust/configuration/releases/ this should mention how to use sessions and that release-health is...
### Description This is useful to list known pitfalls that users would have to dig through GitHub to find. We should create a troubleshooting page and make sure that we...
### Description Improve copy on this page https://sentry.io/for/rust/
Support for capturing key-value pairs from `log` with the `kv` feature as log attributes. Also captures them on breadcrumbs and events. Close https://github.com/getsentry/sentry-rust/issues/844
### Description Provide docs on how to get started with all the existing integrations on docs.sentry.io
### Problem Statement When using `log` with the `kv` feature, we don't capture the key-value pairs as log/breadcrumb attributes. ### Solution Brainstorm Implement it.
### Description This SDK doesn't currently have any direct integration to trace HTTP client libraries, such as creating spans for each outbound HTTP request. The information extracted from these spans...