-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
FeatureNew feature or requestNew feature or request
Description
We are trying to pump existing exceptions and error reports into Sentry from a central ingress point (the producers unfortunately cannot use the Sentry/Raven client directly as we need to control the transport and data captured). We were hoping to use Sentry as a SDK (as the REST documentation is a little hard to find).
The models exist and the serializiation logic is there, but everything e.g. EnvelopeHttpContent, HttpTransport, etc. that can use these models, are internal.
I propose decoupling SDK logic from Sentry proper or make these internal types public with no API SLA.
This would be on top of the work in #944
Metadata
Metadata
Assignees
Labels
FeatureNew feature or requestNew feature or request
Projects
Status
Done