Dhiogo Brustolin

Results 40 issues of Dhiogo Brustolin

## :scroll: Description Create a Swift framework and expose the current one through it. ## :bulb: Motivation and Context see https://github.com/getsentry/sentry-cocoa/discussions/2160 ## :green_heart: How did you test it? ## :pencil:...

## :scroll: Description If crashHandler is disabled the SDK does not add device and app context to events. ⚠️ First review [this PR](https://github.com/getsentry/sentry-cocoa/pull/3698) ## :bulb: Motivation and Context close #3694...

Removed SentryHub dependency from SentryDependencyContainer to avoid cyclic reference that caused a problem in [this PR](https://github.com/getsentry/sentry-cocoa/pull/3699). _#skip-changelog_

## :scroll: Description We have SentryPrivate because SPM dont support two languages in the same project. This two frameworks are causing some problems for projects that download Sentry code and...

Handling session event during `prepareEvent`. _#skip-changelog_

## :scroll: Description Added session replay ## :bulb: Motivation and Context Close #2616 ## :green_heart: How did you test it? ## :pencil: Checklist You have to check all boxes before...

### Description At the moment, we're attempting to symbolicate the stacktrace during crashes using a custom function instead of `dladdr`, in order to ensure async safety. However, this custom function...

Type: Enhancement
Platform: Cocoa

## :scroll: Description Adding Session replay integration ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist You have to check all boxes before merging:...

### Description Many users like to use static lib, but because of how Objc load works we could case a problem with linking that is explained in this [article](https://developer.apple.com/library/archive/qa/qa1490/_index.html) (with...

Platform: Cocoa

### Description According to Apple [news](https://developer.apple.com/news/?id=fxu2qp7b) Xcode 15 will be mandatory to upload Apps to app store by April 29. We can then remove any CI with Xcode 14

Platform: Cocoa