getsentry / getsentry/sentry-go

Add ability to add custom stacktraces

Open
#253 13 comments 1 reaction 0 assignees View on GitHub
Errors Feature Go
Dominant language
Go
Stars
1.1k
Forks
262
Avg merge
1d 48m
Merged PRs (30d)
7

Description

Hi,

# Summary
Add ability to add custom stacktraces to the ones that sentry-go is finding automatically

## Motivation
I'm using github.com/ztrue/tracerr that contains all my traces when anything goes wrong.

I'd like to add that information to Sentry, as a stacktrace. The information is not as accurate as the one from tracerr.

I'm currently pushing it as breadcrumbs, which is definitely not ideal (especially since we can't "clear" breadcrumbs)

##

Thanks!

PS : it might be out of scope, I might misunderstand something about the plugin. If so, I'm sorry :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.