Skip to content

Conversation

tobias-wilfert
Copy link
Member

@tobias-wilfert tobias-wilfert commented Sep 19, 2025

Introduces the ProxyProcessorService which is a simplified version of the EnvelopeProcessorService to use if Relay is run in the Proxy mode.

@tobias-wilfert tobias-wilfert self-assigned this Sep 19, 2025
@tobias-wilfert tobias-wilfert changed the title WIP: Simplify Proxy Mode ref(relay_mode): Simplify Proxy Mode Oct 14, 2025
@tobias-wilfert tobias-wilfert changed the title ref(relay_mode): Simplify Proxy Mode feat(relay): Simplify Proxy Mode Oct 14, 2025
if item_type not in {"session", "sessions", "statsd"}:
outcome_envelope = mini_sentry.captured_events.get(timeout=2)
outcome = json.loads(outcome_envelope.items[0].payload.bytes)
assert len(outcome["rate_limited_events"]) == 1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure we want to assert here on the exact outcome?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant