Emir Ribić
Emir Ribić
Hi, I'm a contributor at Go SDK for sentry. Instead of me implementing this in the Sentry repository, would you mind creating a Pull Request in [Sentry-Go](https://github.com/getsentry/sentry-go) to add this...
Resolves #668
Resolves #841. Since limits.map.Merge is a value receiver, not a pointer receiver, it is not possible to handle this and init a new map within the Merge itself.
Continuation from #752
Resolves #712 An alternative is not to have build tags for this, but that means it'll traverse the frames without purpose on Go
Resolves https://github.com/getsentry/sentry-go/pull/837#issuecomment-2283914037
As a Sentry user, I want to capture and report uncaught panics, including stack traces, to Sentry. This requires an additional process or binary that monitors for these panics and...