Skip to content

Sentry Replay Issue: Rate Limited outcomes spike #49498

Closed
getsentry/sentry-javascript
#9420
@JoshFerge

Description

@JoshFerge

When the quota for Replays is hit, it appears as though traffic spikes. This is because right now we create an outcome per each segment, where-as when replays are accepted we only create an outcome on the first segment.

image

Solutions:

  • The SDK should stop sending replay segments if a 429 value is hit
  • Work in Relay to only emit "Rate Limited" outcomes once per replay

Taking https://github.com/getsentry/team-replay/issues/66 public

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions