-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: send router transform failures to live events #2637
Conversation
349dc66
to
039ae70
Compare
32544c7
to
4ebcab8
Compare
2b41f34
to
22b6880
Compare
3b301f8
to
7ecd780
Compare
Codecov ReportBase: 43.87% // Head: 43.83% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2637 +/- ##
==========================================
- Coverage 43.87% 43.83% -0.05%
==========================================
Files 187 187
Lines 40024 40029 +5
==========================================
- Hits 17560 17546 -14
- Misses 21368 21385 +17
- Partials 1096 1098 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
7ecd780
to
d702366
Compare
Description
For events which fail at router transform, we are not sending them to live events viewers resulting in customers being unable to view the errors. This PR aims to send those jobs to config backend for live events viewers
Notion Ticket
Notion Link
Security