Problem Statement
Right now the events are send directly inside the users worker and increases at least the network requests to Sentry
Solution Brainstorm
Using a tail worker where the events are getting send to Sentry could offload at least the network requests to Sentry.
We would also retrieve additional events, which would not be captured on the worker level.
Additional Context
It would need some investigation if there would be any benefits performance wise.
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Problem Statement
Right now the events are send directly inside the users worker and increases at least the network requests to Sentry
Solution Brainstorm
Using a tail worker where the events are getting send to Sentry could offload at least the network requests to Sentry.
We would also retrieve additional events, which would not be captured on the worker level.
Additional Context
It would need some investigation if there would be any benefits performance wise.
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.