https://github.com/epicdev-za/boost-error-plugin
https://github.com/epicdev-za/boost-error-plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epicdev-za/boost-error-plugin
- Owner: epicdev-za
- Created: 2020-09-22T08:08:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T15:47:19.000Z (over 5 years ago)
- Last Synced: 2024-04-25T02:03:11.479Z (about 2 years ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boost Error Plugin
This plugin is designed to add abstracted error reporting capabilities to the boost system.
# Installation
```sh
npm install --save github:epicdev-za/boost-error-plugin
```
Register it in **server.config.js**
```js
...
sanctum: {
project_key: ''
},
plugins: ['boost-error-plugin'], //Or use boost-error-plugin/gc for Google Cloud Error Reporting
endpoints: {
...
```