Publish js source and maps to sentry (#698)

* Publish js source and maps to sentry

* Add encrypted token

* Create release for lidarr-update too
This commit is contained in:
ta264
2019-03-26 15:06:35 +00:00
committed by GitHub
parent dbb08c15d2
commit cd7219f861
4 changed files with 79 additions and 1 deletions

View File

@@ -123,5 +123,8 @@
"webpack": "4.29.6",
"webpack-stream": "5.2.1"
},
"main": "index.js"
"main": "index.js",
"devDependencies": {
"@sentry/cli": "1.40.0"
}
}