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 Dec 2, 2024
1 parent 22af96d commit ebded37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default declare((api, config) => {
projectID: serviceParams.slug||'-',
sha: serviceParams.commit||'-',
instrumentCwd: process.cwd(),
dsn: process.env['DSN']||'-'
dsn: config.dsn||process.env['DSN']
})
}
},
Expand Down

0 comments on commit ebded37

Please sign in to comment.