Philipp Hofmann
Philipp Hofmann
Setting `synthetic=true` for NSErrors breaks grouping by NSErrors domain and code. @untitaker, where on the server do you think you set `synthetic=true` for NSError? According to the [develop docs](https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism) >...
@untitaker, thanks for the update. I'm going to add the `synthetic`, though, and I'm going to revisit if there are any other events for which we maybe should set this.
We didn't find any places to set the synthetic field in the SDK. MetricKit events will use the `synthetic` field. According to @mitsuhiko, grouping has room for improvement as we...
Is this still an issue @brustolin?
@brustolin, please add a short comment on why this is currently not possible, and turn this into a discussion.
FYI, why the Cocoa SDK writes breadcrumbs to disk on the calling thread, which can be the main thread ([SDK docs](https://docs.sentry.io/platforms/apple/configuration/watchdog-terminations/)): > The SDK adds breadcrumbs to watchdog termination events...
This issue was opened at https://github.com/getsentry/sentry-fastlane-plugin, but I think it belongs here.
> I'm seeing an issue where starting a transaction with bindToScope: false does not place the transaction into the distributed trace That shouldn't be related to that issue. If I'm...
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 to...
> To restate, this work will allow customers to add manual spans to our automatic app start transaction. Correct? Yes, indeed 👍.