• Conner Fromknecht's avatar
    feat: add SentryStreamHandler as drop-in log.Handler · aea02cb1
    Conner Fromknecht authored
    Creates a custom SentryStremHandler that functions analgously to a
    log.StreamHandler, with the exception that any LvlError logs or higher
    are posted to Sentry. It also leverages the existing go-ethereum logging
    formatters, specifically JSONFormat, to post any additional log context
    items as a JSON blob via extra data.
    aea02cb1
Name
Last commit
Last update
..
cmd/batch-submitter Loading commit data...
flags Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
package.json Loading commit data...
sentry_log.go Loading commit data...