Andrew McKnight

Results 173 comments of Andrew McKnight

Regarding (1), Brew doesn't have a concept of release channels like you can use with `gem install --version` or `pip install example-package>=2.0.1` that we could use to have parallel latest...

I'm actually a bit unclear on what is meant by this issue. What would a manual app start span be? I assumed the app start spans are the ones we...

> We start the app start transaction a bit after starting the SDK. Creating spans even before starting the SDK or shortly after doesn't work right now. This issue aims...

Just saw this bit of UI on a transaction, which is like what I had in mind to notify if we detect a jump in the time reported by NSDate:

Having a look. For reference, here is the crash: ![image](https://github.com/getsentry/sentry-cocoa/assets/3241469/08883871-9830-4549-b30a-b154f12d18e0) It's happening when creating a profiler instance when there's already one in memory which gets destructed.

Sorry for the late reply @brustolin ... we're currently investigating the root cause.

> I don't think [replacing shared_ptr with unique_ptr in all of these places is] the right way to solve the problem Why not? We would potentially have to use `std::move`...

@brustolin check out the changes Indragie pushed up recently. Do you still see the crash with those?

@brustolin Would you mind pulling the commit I just added and trying again? That was a nasty merge you had to do, and it overwrote some of indragie's changes. Sorry...

@brustolin would you mind capturing your repro steps in a UI test so we can eliminate any variation between our machines and see what happens when we run it in...