https://github.com/xcraft-inc/goblin-overwatch
https://github.com/xcraft-inc/goblin-overwatch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xcraft-inc/goblin-overwatch
- Owner: Xcraft-Inc
- Created: 2020-10-27T15:34:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T21:41:22.000Z (9 months ago)
- Last Synced: 2025-01-14T05:35:17.020Z (5 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goblin-overwatch
goblin to report errors or strange behavior in your apps.
example of config in your app.json :```json
"xcraft-core-log": {
"modes": ["overwatch"]
},
"goblin-overwatch": {
"mode": "debounce",
"channels": {
"discord": [
"${serverId}/${channelId}" // insert ids of your discord webhook
],
"mail": []
},
"agent": "genji"
}
```To use it in your app, get API to init overwatch and enable overwatch mode for buslog.
```javascript
const owAPI = quest.getAPI('overwatch');
yield owAPI.init();
```List of all overwatch agents available :
- ana
- ange
- ashe
- baptiste
- bastion
- bouldozer
- brigitte
- chacal
- doomfist
- dva
- echo
- fatale
- genji
- hanzo
- lucio
- mccree
- mei
- moira
- orisa
- pharah
- faucheur
- reinhardt
- roadhog
- sigma
- soldat-76
- sombra
- symmetra
- torbjorn
- tracer
- winston
- zarya
- zenyatta