sentry-cli
sentry-cli copied to clipboard
Send logs via Sentry CLI
Description
Sentry now supports structured logging. Let's add it to sentry-cli.
- Build a CLI command that takes a log payload and sends it to Sentry. I'm thinking something similar in structure to https://github.com/getsentry/sentry-cli/tree/master/src/commands/send_metric
- Build functionality that allows you to pipe some output stream (think stdout) to
sentry-cliand send logs to sentry.
We should be able to use sentry-cli for the https://github.com/HazAT/sentry-node-nginx-logger use case.