Skip to content

Xcraft-Inc/goblin-overwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goblin-overwatch

goblin to report errors or strange behavior in your apps. example of config in your app.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.

    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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •