Create Airbrake error notifications from Deno
Current version released
6 years ago
Dependencies
std
Versions
Airbrake Error Notification Deno
Create Airbrake error notifications from Deno.
A client implementation of Airbrakeās error notification v3 API.
See the test for an example of usage.
Unlike many other Airbrake libraries, it doesnāt integrate into your application. Instead it needs to be invoked manually. It could be used to build a library that automatically sends notices on error.
This project is dual licensed under MIT and Apache2, but contains a lot of examples and documentation from Airbrakeās API documentation.
Running the tests
docker-compose -f test_environment/docker-compose.yml up -d errbit
# optionally login to http://localhost:8080/ admin@example.com password.
deno test --allow-net=localhost:8080