Skip to content
/ proof Public

Minimal Sentry alternative / drop-in replacement for development / local use, easy install with out any extra dependencies.

Notifications You must be signed in to change notification settings

scr34m/proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Sentry alternative / drop-in replacement

Ideal for local development or small teams to monitor application error reports.

Auth mode configuration file

[[user]]
name = "Gabor Gyorvari"
email = "scr34m@gmail.com"
password = "1"
enabled = true

[[site]]
name = "1"
username = "a4f7646fd83544dd9499c18561338d56"
password = "62b2a152380044f28753c26a83cf2ee3"
enabled = true

Install as a macOS service

cp misc/proof.plist ~/Library/LaunchAgents
mkdir /usr/local/proof/
cp -r assets /usr/local/proof/
cp -r tpl /usr/local/proof/
cp proof /usr/local/proof/
launchctl load ~/Library/LaunchAgents/proof.plist
launchctl list

For macOS notifications the terminal-notifier is required:

brew install terminal-notifier

About

Minimal Sentry alternative / drop-in replacement for development / local use, easy install with out any extra dependencies.

Topics

Resources

Stars

Watchers

Forks