-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
Also added creation of sourcemaps and sentry realeases on tags
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,3 +140,18 @@ jobs: | |
# Prerelease versions create prereleases on Github | ||
prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }} | ||
body: ${{ steps.extract_release.outputs.BODY }} | ||
|
||
# Sentry Release | ||
# see https://github.com/marketplace/actions/create-a-sentry-io-release | ||
- name: Create Sentry Release | ||
uses: tclindner/[email protected] | ||
env: | ||
SENTRY_URL: https://sentry.cryhost.de/ | ||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }} | ||
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} | ||
with: | ||
environment: production | ||
tagName: ${{ steps.extract_release.outputs.VERSION }} | ||
releaseNamePrefix: canbus@ | ||
sourceMapOptions: '{"include": ["build", "admin/build"]}' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
|
||
This adapter connects ioBroker to a Controller Area Network (CAN bus). | ||
|
||
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. | ||
## Features | ||
|
||
* Receive and send raw messages using standard frames and extended frames | ||
|
@@ -59,6 +60,8 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c | |
|
||
## Changelog | ||
|
||
### 1.0.0-beta.2 (2020-11-23) | ||
* (crycode-de) Added Sentry error reporting | ||
### 1.0.0-beta.1 (2020-11-17) | ||
* (crycode-de) Added optional raw states. | ||
* (crycode-de) Added option to enable/disable rtr states. | ||
|
@@ -73,6 +76,6 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c | |
|
||
## License | ||
|
||
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) | ||
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) | ||
|
||
Copyright (c) 2020 Peter Müller <[email protected]> (https://crycode.de/) |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.