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 18, 2024
1 parent 2571ea3 commit bf49fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/canyon-platform/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ function Index() {
projectID: window.__canyon__.projectID,
// @ts-ignore
instrumentCwd: window.__canyon__.instrumentCwd,
reportID: `${loc.pathname}`,
// @ts-ignore
reportID: `${meData?.me.username};${loc.pathname};${window.__canyon__.commitSha}`,
// @ts-ignore
branch: window.__canyon__.branch,
}),
Expand Down

0 comments on commit bf49fb2

Please sign in to comment.