-
Notifications
You must be signed in to change notification settings - Fork 253
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
[Snap Audiences] Add error tracking for create audience #2565
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2565 +/- ##
==========================================
- Coverage 78.40% 78.39% -0.02%
==========================================
Files 1012 1012
Lines 17795 17805 +10
Branches 3354 3354
==========================================
+ Hits 13953 13958 +5
- Misses 2720 2723 +3
- Partials 1122 1124 +2 ☔ View full report in Codecov by Sentry. |
return { externalId: snapAudienceId } | ||
} catch (error) { | ||
// Error response | ||
await sendToSegment( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR deployed |
Adding error tracking to trouble shoot audience creation per our discussion @joe-ayoub-segment
Testing