0.2.6 • Published 8 years ago

js-error-logger v0.2.6

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
8 years ago

JS Logger

This contains both the front end hooks and the back end server code for catching and saving javascript errors

#  Jira Example
#  
#  {
#      "name": "jira",
#      "excludedTypes": ["doubleping", "jsevent"],
#      "config": {
#        "jiraItemMap": {
#          "frontEndField": "jiraFieldName"
#        },
#        "requestOptions": {
#          "uri": "http://jira.somesystem.local/rest/api/2/issue/",
#          "auth": {
#            "user": "user@yahoo.com",
#            "pass": "Tes123"
#          },
#          "method": "POST"
#        },
#        "requestData": {
#          "fields": {
#            "project": {
#              "key": "MYPROJECT"
#            }
#          }
#        } 
#      }
#    }
      {
        "name": "emailer",
        "excludedTypes": ["doubleping", "jsevent"],
        "config": {
          "mailOptions": {
            "from": "system@yahoo.com",
            "to": "system@yahoo.com",
            "subject": "Javascript Error"
          }
        }
      }

Some other configs of interest:

tmpFileLocation - image save base directory

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago