Andrew McKnight
Andrew McKnight
Hello, first of all apologies if my terminology is a bit off, I'm not a regular Go programmer :) We run a process reading from NSQ servers over an SSH...
It currently defaults to `public` for any header, but this does not match Xcode's behavior, which is to assign any newly created .h file to `project` visibility in a dynamic...
I have a project that uses SPM and CocoaPods. Incidentally, `pod install` fails unless I force `link: true` for any SPM dependencies for my targets. So I have a static...
It does appear in the Copy Bundle Resources Build Phase, but not in the Dependencies Build Phase. This results in the bundle not appearing at runtime. If I manually add...
Originally I noticed that the condition in `SentryLog` short circuits if the SDK is not in debug mode, so we will never print even error logs in a production app....
### Problem Statement It could be helpful for developers to be made aware of degraded performance of animations they build using Core Animation. We could use our automatic instrumentation to...
I've frequently wanted to see SDK logs from iOS-Swift while running UI tests. This enables that. While I was in here I thought I'd also add a breadcrumb for every...
## :scroll: Description We simply change the profiler's internal sampling rate from 100 to 101 (a prime number). ## :bulb: Motivation and Context This reduces the potential for [lock-step](https://stackoverflow.com/a/45471031) problems....
Can we remove line 7 from MAKEFILE? ``` cd Samples/TrendingMovies && carthage update --use-xcframeworks ``` It makes init unnecessary long f0r SDK development. _Originally posted by @brustolin in https://github.com/getsentry/sentry-cocoa/issues/2025#issuecomment-1207772947_
This way, local profiling with Xcode Instruments gets them for free, to help debug issues seen in the Sentry dashboard and validate fixes.