Skip to content
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

feat: log error when error view is shown #1052

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

sharonsheah
Copy link
Contributor

Summary

This is to debug this problem https://imtbl.slack.com/archives/C02UK3GC2N4/p1698046959460399

Customer Impact

Added

console.error when error view is shown

Things worth calling out

Before submitting the PR, please consider the following:

  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.

@sharonsheah sharonsheah requested a review from a team as a code owner October 24, 2023 04:39
@@ -184,7 +184,7 @@ export function SwapWidget(props: SwapWidgetProps) {
let overrides: ExchangeOverrides | undefined;
try {
overrides = (
(await checkout.config.remote.getConfig('dex')) as DexConfig
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be here

@andrearampin andrearampin enabled auto-merge (squash) October 24, 2023 05:44
@andrearampin andrearampin merged commit c30d53e into main Oct 24, 2023
6 checks passed
@andrearampin andrearampin deleted the fix/log-error-when-error-view-shown branch October 24, 2023 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants