Barış Yıldırım

Results 157 comments of Barış Yıldırım

I hope that this problem will be solved with the next lime release. Can someone please verify and merge if this issue has been resolved?

> Removing these lines will change the purpose of the function; it would be more appropriate to use the free_header_values function before 'clear'. I don’t have the opportunity to test...

Sentry was running incredibly slow and then I turned sentry off and on and started getting this error. There was no such problem before the update.

I think a similar situation may apply to resize. ``` libsystem_kernel 0x1e88d9f18 __psynch_mutexwait libsystem_pthread 0x222240a50 libsystem_pthread 0x222240698 Application 0x102bb2008 SDL_LockMutex Application 0x102969e84 lime::Mutex::Lock Application 0x102958618 lime::Bytes::Resize Application 0x10298f8ec lime::Zlib::Compress Application...

Looks like sentry already recording memory usage, i think only needs implement for replay. https://github.com/getsentry/sentry-cocoa/blob/3297d6e29cd37151f68e9c605aea8b44e5e432cb/Sources/Sentry/SentryMetricProfiler.mm#L176-L177

Unfortunately this doesn't work for me because I need to read the original exception object.

Sentry JavaScript SDK has originalException for this. https://docs.sentry.io/platforms/javascript/configuration/filtering/#event-hints

> This is not related to crashes, but to handled exceptions then? Is this correct? > > To understand this better: > > How are you triggering the exception and...

> Right now, the Sentry Apple SDK doesn't keep the original exception in the event. This is something that we need to discuss. I think all sentry targets should have...

> > Right now, the Sentry Apple SDK doesn't keep the original exception in the event. This is something that we need to discuss. > > I think all sentry...