Skip to content

Commit

Permalink
Merge pull request #4300 from ethereum/errReac
Browse files Browse the repository at this point in the history
adding matomo tracking for recentWorkspaces
  • Loading branch information
yann300 authored Dec 5, 2023
2 parents 790861d + 6632cf7 commit 79228da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ contract HelloWorld {

const handleSwichToRecentWorkspace = async (e, workspaceName) => {
e.preventDefault()
_paq.push(['trackEvent', 'hometab', 'filesSection', 'loadRecentWorkspace'])
await plugin.call('filePanel', 'switchToWorkspace', { name: workspaceName, isLocalhost: false })
}

Expand Down

0 comments on commit 79228da

Please sign in to comment.