Skip to content

Use tail workers to send Sentry events #23081

Description

@JPeer264

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions