Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

michaeldelorenzo/airbrake-to-github-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

A little DotJS script for sending Airbrake errors to Github issues. It is originally based off of https://gist.github.com/1152944.  I've added a little dialog to allow you to edit the title and add more details to the Github issue before sending it.

**REQUIREMENTS**

You need to have dotjs, https://github.com/defunkt/dotjs, installed to use this script.

**USAGE**

Before using this script, you need to replace the placeholders below with your credentials.

var login = "<GITHUB USER NAME>";
var token = "<GITHUB TOKEN>";
var REPO_USER = "<GITHUB REPO USER>";
var REPO_NAME = "<GITHUB REPO NAME>";

About

DotJS script for sending Airbrake errors to Github issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published