How can I see the "additional data" for all events?

Question

How can I see the “additional data” for all events?

Context

We use monolog to send events to sentry and PHP Standards Recommendation for logging says one can use an array of context, which goes to “Additional Data” on Sentry.

You can only view it on the event details itself, as its not indexed and its stored as part of the JSON blob in Node Storage.

See https://docs.sentry.io/enriching-error-data/additional-data/?platform=browser for more details on additional contexts.

I’ve been pulling my hair out trying to find a way to get the additional data on my events so I can bulk process them. How utterly useless…