Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a send-envelope command #703

Closed
marandaneto opened this issue Mar 29, 2020 · 5 comments · Fixed by #1254
Closed

Add a send-envelope command #703

marandaneto opened this issue Mar 29, 2020 · 5 comments · Fixed by #1254

Comments

@marandaneto
Copy link
Contributor

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)

@jan-auer
Copy link
Member

Would that be by sending an envelope file, or generate one on the fly? For comparison, send-event doesn't send an existing JSON file, but composes it from command line arguments.

@marandaneto
Copy link
Contributor Author

@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 :)

@kamilogorek
Copy link
Contributor

This requires some work on sentry-rust side to add either:

  • envelope deserialization // or
  • RawEvent // or
  • sending raw bytes through transport

@github-actions
Copy link

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@kamilogorek
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants