Skip to content

Commit

Permalink
fix: extend deep link logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Apr 29, 2024
1 parent c1a945c commit 9779843
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ export const DeepLinkClient = (input: {

logger?.debug({
method: 'deepLinkToWallet',
hasChildWindow: !!childWindow,
childWindowUrl: childWindowUrl.toString(),
outboundUrl: outboundUrl.toString(),
browser,
})

if (childWindow && os.name === 'iOS' && browser.name === 'Safari') {
Expand Down

0 comments on commit 9779843

Please sign in to comment.