-
Notifications
You must be signed in to change notification settings - Fork 113
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: error handling in active_campaign #2843
Conversation
Signed-off-by: Sai Sankeerth <[email protected]>
Signed-off-by: Sai Sankeerth <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2843 +/- ##
===========================================
- Coverage 87.26% 87.26% -0.01%
===========================================
Files 775 775
Lines 28925 28923 -2
Branches 6789 6788 -1
===========================================
- Hits 25241 25239 -2
Misses 3344 3344
Partials 340 340 ☔ View full report in Codecov by Sentry. |
Important Auto Review SkippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the TipsChat with CodeRabbit Bot (
|
…to fix.error-handling
…to fix.error-handling
Signed-off-by: Sai Sankeerth <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Description of the change
As part of the mentioned destinations logic, we are sending the whole
AxiosError
object while we are sending data back to destinationAs part of this PR, we are adding error handling for above mentioned destinations
Resolves INT-1110
Type of change
Related issues
Checklists
Development
Code review