Skip to content

feat: allow attaching error stack traces to sentry events

Jaime Martinez requested to merge 26-capture-exception into master

It uses a modified copy of sentry-go eventFromException which allows the stack trace with maxErrorDepth to be attached. This allows the event to keep the CaptureOptions in place such as correlation_id and others, tested locally with GitLab Pages

See sample event https://sentry.gitlab.net/gitlab/sentry-testing/issues/2834036/?query=is%3Aunresolved

Screen_Shot_2021-10-07_at_5.21.19_pm

Closes #26 (closed)

Edited by João Pereira

Merge request reports