Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Feb 7, 2024
1 parent 34f664a commit 3ddca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-platform/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function Index() {
commitSha: window.__canyon__.commitSha,
projectID: window.__canyon__.projectID,
instrumentCwd: window.__canyon__.instrumentCwd,
reportID: `${meData?.me.username};${loc.pathname};${window.__canyon__.commitSha}`,
reportID: `${loc.pathname}`,
branch: window.__canyon__.branch,
}),
});
Expand Down

0 comments on commit 3ddca81

Please sign in to comment.