Skip to content

DonDebonair/gitsentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Sentry

Deploy

To configure patterns to watch for, edit example.json and set the config in Heroku:

$ heroku config:set SENTRY_PATTERNS="$(cat example.json)"

The json should be according to the following pattern:

{
  "regex_matching_repo_name(s)": [ 
    "regex_for_path1",
    "regex_for_path2"
  ],
  "regex_matching_another_repo_name(s)": [ 
    "regex_for_path1",
    "regex_for_path2"
  ]
}

About

Watch git repositories for changes to specific paths and get notified on Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages