Dhiogo Brustolin

Results 40 issues of Dhiogo Brustolin

### Description With the current App Hangs timeout implementation, it is possible for an App Hangs to last "timeout * 1.9" without being reported. See https://github.com/getsentry/sentry-cocoa/pull/1861#discussion_r890099824 [Unity implementation](https://github.com/getsentry/sentry-unity/pull/771/files#diff-c0f681085f84da731abf24428667d8fa6285481ebb12bffdf537fa4592ce1c06R122-R142)

Impact: Medium
Effort: Medium
Status: Backlog
Platform: Cocoa

## :scroll: Description Demangling swift class names. Swift class names sometimes are mangled by the compiler. We want to use the class name on transaction names and other event description,...

### Description This tests are really flaky right now.

Platform: Cocoa

### Description We need more debug log for automatic transactions such as UIVIewController life cycle, network request, IO and Core Data. This will help us during customer support. We need...

Platform: Cocoa

### Description We are using 100 as a constant to create C arrays of Stacktrace frames. The App hangs PR #1906 do this in a context that is not possible...

Component: SentryCrash
Platform: Cocoa

### Description I see this test casually failing during CI

Status: Backlog
Platform: Cocoa
Type: Flaky Test

### Description iPad allows applications to support multiple windows. An automatic span may be nested with the wrong transaction if two screens are opened simultaneously in different windows. ![image](https://user-images.githubusercontent.com/28265868/165045968-9be2eca7-a83f-4654-b390-e00bf3cb6d4e.png) ![image](https://user-images.githubusercontent.com/28265868/165045999-6933dce8-e663-4f3c-899f-f8d7f37420dd.png)...

Impact: Small
Effort: Large
Status: Backlog
Platform: Cocoa

When a new viewController is presented without animation the ui life cycle changes. With animation, the last method to be called is `viewDidAppear`, and we finish the transaction in this...

Type: Bug
Component: Performance
Platform: Cocoa

After #136 we need a GitHub action that automatically creates a PR that bump the CLI version alongside the plugin version and runs CI. This way we have an easy...

Platform: Cocoa

### Description According to https://github.com/getsentry/team-mobile/issues/49, we need to add an option to users provide tracePropagationTargets in order to send trace_id header only to this targets. See https://develop.sentry.dev/sdk/performance/#tracepropagationtargets for more information.

Impact: Small
Effort: Small
Platform: Cocoa