Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 22, 2024
1 parent 9ea97b8 commit 2559fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.78-beta.37",
"version": "1.8.78-beta.38",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
4 changes: 2 additions & 2 deletions plugins/babel-plugin-canyon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default declare((api, config) => {
})
// console.log(serviceParams,'serviceParams')
visitorProgramExit(api,path,{
projectID: serviceParams.slug,
sha: serviceParams.commit,
projectID: serviceParams.slug||'-',
sha: serviceParams.commit||'-',
instrumentCwd: process.cwd(),
dsn: process.env['DSN']||'-'
})
Expand Down

0 comments on commit 2559fd5

Please sign in to comment.