Skip to content

[4.0] Use envelope Endpoint #1062

@HazAT

Description

@HazAT

The new SDK should only send envelopes vs. send events /store/.

https://develop.sentry.dev/sdk/envelopes/

So we should only send things to /envelopes/, we can even discontinue the send_event function on the Transport and only have send_envelope.

So we need to intro a Envelope class with a few helpers:

env = Envelope::from_event()

env = Envelope::from_transaction()

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions