Philipp Hofmann

Results 731 comments of Philipp Hofmann

> Sometimes I do see a JSON file being written into {installPath}/Reports/, but it doesn't get sent to Sentry. Just an FYI. @jbehrens94, do the JSON reports stay in the...

Hints could be its own class extending a dictionary with methods for adding an attachment. Before implementing this we still need to investigate the use cases of hints in the...

@eric, sadly that is currently not possible. We could add an API for capturing attachemts; then you could do ```Swift SentrySDK.start { options in // ... options.onCrashedLastRun = { event...

@tmm1, your approach could work, but `SentrySDK.start` installs the `SentryCrashIntegration`, which then, on a background thread, will send the crash report. So it could work in most cases, but there...

When throwing a CPP Exception in a macOS sample app the problem report displays a similar stack trace as Sentry: ``` Application Specific Information: abort() called terminating with uncaught exception...

Ah, now, I get your point, @sindresorhus. It seems like the JSON contains a valid stacktrace, but the UI is not displaying it correctly. @priscilawebdev, could you maybe have a...

Ah, I see the following is the value of the exception and is coming from the SDK. ``` 0x00000001c1fd2ea4 _dispatch_lane_invoke + 392 32 libdispatch.dylib 0x00000001c1fdd708 _dispatch_workloop_worker_thread + 656 33 libsystem_pthread.dylib...

It could be that we need to fix this problem somewhere here https://github.com/getsentry/sentry-cocoa/blob/229c663f6bdf225f8ef855f8355d48196a022cb8/Sources/Sentry/SentryCrashReportConverter.m#L347-L351

## Testing Strategy ### Risks 1. Introduce a bug to NSData without crashing 2. Crashing apps 3. False added spans or not added spans 4. All of the above only...

Is already GA with #2212. Enable by default see https://github.com/getsentry/sentry-cocoa/issues/2264