Michi Hoffmann
Michi Hoffmann
The Go SDK uses [`runtime.GOOS`](https://github.com/getsentry/sentry-go/blob/master/integrations.go#L98) to fetch the OS name. Which returns `windows`, `linux` or `darwin`, etc. I kinda want to avoid adding a mapping here, and same goes in...
It’s ok, we just need to call it out 🙂
@ribice can you take a look please?
Fine with me.
Backlogging this for now, but something that would makes sense for sure.
We got PR open at #11533. I just want to make sure that we fully understand how our SDKs work. Just because an SDK uses an async transport, it does...
@ribice can you please take a look.
Thanks, we'll tackle this closer to the PHP 8.4 release in November.
Have a look at https://github.com/getsentry/rfcs/blob/main/text/0079-exception-groups.md and https://develop.sentry.dev/sdk/data-model/event-payloads/exception/#examples.
Let me confirm what we actually support in the product and add proper docs for it.