Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add a send-envelope command #703
Comments
|
Would that be by sending an envelope file, or generate one on the fly? For comparison, |
|
@jan-auer I see that as being able to send a raw envelope and not generating one on the fly, the reason would be the same as #702 I'd say that being able to generate an envelope on the fly is also a feature request, as we might want to send eg a session, that can't be done by any other command through. We could extend the description of this issue or create a new one :) |
Very similar to
send-event, but for envelopes.As we move slowly towards envelopes, it'd be nice to be able to send envelopes through sentry-cli.
Also, it'd be very useful if we could read and send raw events from a file/dir. (See #702)