rodolfoBee
rodolfoBee
### Description When using `kotlinx.coroutines.flow` to consume messages, the trace information is lost when calling methods (collect) in this package. After the kotlinx.coroutines.flow.collect(..) part is completed, tracing information is still...
### Platform iOS ### Environment Production ### Installed Swift Package Manager ### Version 8.19.0 ### Did it work on previous versions? _No response_ ### Steps to Reproduce User is running...
**Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry` ( There are many reasons why an app may become unresponsive, such...
When forcing a warning event to Sentry I noticed that two events are sent when running in dev mode, while it is sent just once when running on prod mode....
### Problem Statement Some of Sentry SDKs have a dedupe integration which prevents the SDK from sending multiple instances of the same exception. JS: https://docs.sentry.io/platforms/javascript/configuration/integrations/dedupe/ Python: https://docs.sentry.io/platforms/python/integrations/default-integrations/#deduplication ### Solution Brainstorm...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.40.5 ### Steps to Reproduce One Sentry user reported an issue where the SDK gets in am apparently endless...
### Core or SDK? Platform/SDK ### Which part? Which one? All SDKs that support metrics ### Description Currently only JS based SDKs have a section called [Supported Performance Metric Units](https://docs.sentry.io/platforms/javascript/metrics/#supported-performance-metric-units)...
### Problem Statement Sentry Java SDK currently does not automatically capture GRPC exceptions and users are required to manually send them to Sentry. ### Solution Brainstorm Add support for automatically...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a Sentry organisation in EU 2. Install the Linear integration 3. Try to create an issue in Linear from any...
### Problem Statement With the addition of Slack threads for metric alerts, when the same issue triggers an alert multiple times all messages are in the same thread. [Some users...