Andrew McKnight

Results 107 issues of Andrew McKnight

If a customer has already integrated the invocation of `sentry-cli` into their Xcode project, we should break their build instead of simply emitting a warning if the executable cannot be...

Platform: Cocoa
Status: Backlog
Team: Mobile Platform

### Core or SDK? Platform/SDK ### Which part? Which one? Cocoa SDK, `sentry-cli` ### Description While following the iOS onboarding instructions for the first time, I encountered some uncertainty as...

Platform: Cocoa
Status: Backlog
Mobile
Team: Mobile Platform

### Problem Statement In the onboarding instructions for iOS, we link to our docs for symbol uploads: After following either of those links, doing the integration, and proceeding with onboarding,...

Platform: Cocoa
Status: Backlog
Team: Mobile Platform

### Description I had the podspec validation fail due to > warning: 'scheduledTimerWithTimeInterval:repeats:block:' is only available on iOS 10.0 or newer > warning: 'scheduledTimerWithTimeInterval:repeats:block:' is only available on macOS 10.12...

Platform: Cocoa

Before this change, this is how profiles from these devices would report device models: |Device|model| |---|---| |iPhone 13 mini|iPhone14,4| |macbook pro with M1|arm64| |iMac w/ Intel CPU|x86_64| |iphone simulator on...

To conform to the changes in https://github.com/getsentry/relay/pull/1462 - [ ] merge #2205 #skip-changelog

### Description I noticed a change I made in a test fixture did not cause any tests to fail. That got me thinking about the quality of our tests, and...

Status: Backlog
Platform: Cocoa

### Description Could be nice to be able to segment sessions/transactions/profiles by apps compiled natively on Apple Silicon vs an x86 binary translated to M1 via Rosetta, and/or provide a...

Type: Feature Request
Status: Backlog
Platform: Cocoa

### Description `testTimezoneChangeNoticiationBreadcrumb` See for example https://github.com/getsentry/sentry-cocoa/runs/8103678791?check_suite_focus=true#step:9:51

Impact: Medium
Effort: Medium
Status: Backlog
Platform: Cocoa
Type: Flaky Test

`@synchronized` is the [most heavyweight](https://perpendiculo.us/2009/09/synchronized-nslock-pthread-osspinlock-showdown-done-right/) synchronization mechanism of those available, and we use it in 166 places. Try running our tests through Instruments to see what kind of performance penalty...

Type: Enhancement
Status: Backlog
Platform: Cocoa
Type: Refactoring