Noah Martin

Results 37 issues of Noah Martin

This enables SPM support for building the entire SDK, and gets it building in CI. The approach follows from our slack discussion about introducing a new flag for any changes...

## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist You have to check all boxes before merging: - [ ] I...

Just to make the discussion around this concrete/let CI tests run #skip-changelog

### Problem Statement While poking around the codebase a bit to understand the networking side, I noticed use of SCNetworkReachability, which is deprecated with a detailed message from Apple in...

Platform: Cocoa
Feature

### Problem Statement Particularly for performance related issues it would be helpful to see in the issue context if the device was in low power mode. Additionally low power mode...

Platform: Cocoa
Feature

To ensure CI also compiles with Intel macOS

Looks like I forgot to change this comment when I removed the UIWindow notification approach in V9 #skip-changelog Closes #7035

The ObjC version of this URL constructing can return nil if the string provided is an empty string in which case our code would crash. To protect against this we...

This introduces a new `HangTracker` class that observers the run loop and notifies anything registered with it when the runloop is late. The idea is to eventually replace all uses...

Fixes https://github.com/getsentry/sentry-cocoa/issues/4040 The problem was that for some events such as app hangs and CPUDiagnostics the metric kit payload contains an entire flamegraph. This change parses the flame graph into...

ready-to-merge