Dhiogo Brustolin
Dhiogo Brustolin
Hello @sindresorhus, thanks for suggestion, we will look into it.
Hello @sindresorhus. Could you help us reproduce this? I tried this code ```swift func convertObject() throws { let result = try JSONSerialization.data(withJSONObject: [self]) print(result) } ``` But this is the...
> The problem is that the addresses can change on the next run, if I'm not mistaken. Maybe we can try a similar approach as we do for MetricKit: AFAYK...
> We should consider completely removing sentrycrashdl_dladdr We have decided to follow this approach.
> While it is true that the symbols are linked to specific memory locations in the binary, the memory addresses will change due to Address Space Layout Randomization. The binary...
Thanks @jrosen081 for reaching out. Improving support for Widgets is something we plan to do but I can't give you an ETA. Can you share some of the crashes you...
We have to ensure we dont have duplicate crashes report.
Although the project is now compiling, when we run `profiling` it crashes, I couldn't figure it out the problem. @armcknight maybe you would like to take a look at this?...
> It's happening when creating a profiler instance when there's already one in memory which gets destructed. Thanks! Do we have plans to fix this already?
Any update on this one @armcknight