-
Notifications
You must be signed in to change notification settings - Fork 114
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
chore: add metrics for braze alias failures #3452
Conversation
Test report for this run is available at: https://test-integrations-dev.s3.amazonaws.com/integrations-test-reports/rudder-transformer/3452/test-report.html |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3452 +/- ##
===========================================
- Coverage 88.02% 88.02% -0.01%
===========================================
Files 570 570
Lines 30773 30795 +22
Branches 7351 7361 +10
===========================================
+ Hits 27089 27107 +18
- Misses 3349 3380 +31
+ Partials 335 308 -27 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
What are the changes introduced in this PR?
This PR adds metrics for braze identify flow where errors are observed due missing
userId
, as braze returns 200 with an error message in response body we want to capture that as metricsWhat is the related Linear task?
Resolves INT-2259