We should have an internal transport queue that at one point stops accepting events
e.g. on JS we have a queue that in max can hold 30 events in queue that should be sent to Sentry.
If the queue is full because we are sending so much the transport is not accepting anything anymore.
Python
https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/transport.py#L130
We should have an internal transport queue that at one point stops accepting events
e.g. on JS we have a queue that in max can hold 30 events in queue that should be sent to Sentry.
If the queue is full because we are sending so much the transport is not accepting anything anymore.
Python
https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/transport.py#L130