Philipp Hofmann

Results 731 comments of Philipp Hofmann

For reference, [internal Slack discussion](https://sentry.slack.com/archives/GA1BA7076/p1664370935505289).

Did you already look into how we get this data from SentryCrash? https://github.com/getsentry/sentry-cocoa/blob/ffd5fa8f60ef84ee6be0e35c2848cb83c6eb24d0/Sources/Sentry/SentryCrashIntegration.m#L187-L276 ## Answers > 1. Is it more correct for simulator architectures to be reported as i386 or...

@armcknight, what's the state of this PR? Should I give you a full review?

Let's do a spike by taking a look at the https://github.com/muter-mutation-testing/muter and see how valuable the library could be.

It is worth mentioning that the test mutation library must allow ignoring certain code regions. We won't be able to fix everything in one PR. We also need a strategy...

Thanks for opening the issue, @klundberg. I never created an SPM command plugin. Do you know how we can bundle and forward the calls to sentry-cli? Do we need a...

Thanks for the update, @klundberg. We'll discuss this internally and will update this issue.

Hi, @georges, Can you maybe share a link to the issue in Sentry so we can see more context?

It seems like we are not able to get the thread that causes the error. A [`NoMethodError`](https://ruby-doc.org/core-3.0.0/NoMethodError.html) is more typical for Ruby, but the error message states it's coming from...

@mitsuhiko according to the [docs](http://www.rubymotion.com/developers/guides/manuals/cocoa/runtime/ ), RubyMotion uses the Objective-C runtime and is completely different than [CRuby](https://www.ruby-lang.org/en/). @georges, how do you use Sentry in your project? Does it work for...