-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logs): unify HTTP logs and retry (#3503)
## Changes Fixes https://linear.app/nango/issue/NAN-2682/unify-http-logs - Unify HTTP logs and retry - Messages were inconsistent - Retry messages were displayed before the failed HTTP call - `type: http` was used for non-http logs - Proxy was not logging retries - Fix could not use warn and logToConsole - Fix typo in openapi spec ## 🧪 Tests - Run the dashboard - Make some proxy calls - Run some syncs with proxy calls **Sync with successful proxy** <img src="https://github.com/user-attachments/assets/d207b4a3-213e-447c-b9ca-3c2c68344bcb" width="500px" /> **Sync with failed proxy** <img src="https://github.com/user-attachments/assets/9d8c08e0-ac1f-4a3d-a82b-0b68e9222389" width="500px" /> **Failed proxy with retries** <img src="https://github.com/user-attachments/assets/247716be-3da3-462d-9feb-845783c14b44" width="500px" /> **Failed proxy no retries** <img src="https://github.com/user-attachments/assets/8586f71d-0e04-4446-b0cf-9083cd35cf9d" width="500px" /> **Successful proxy** <img src="https://github.com/user-attachments/assets/5e1e7470-6d03-4488-8994-820abef525ce" width="500px" />
- Loading branch information
1 parent
5656023
commit 8b92740
Showing
8 changed files
with
142 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.