After following the docs on how to make use of the tunnel
option, and setting this up successfully (most events are successfully forwarded), I noticed we still receive quite some events which cannot be forwarded as there is no DSN header present.
The body of these events look something like this:
{}
{"type":"client_report"}
{"timestamp":1633415835.655,"discarded_events":[{"reason":"sample_rate","category":"transaction","quantity":1}]}
What is the purpose of these events and how should these be processed?