Skip to content

Instantly share code, notes, and snippets.

View osmanmakal's full-sized avatar
🎯
Focusing

Osman Makal osmanmakal

🎯
Focusing
View GitHub Profile
@osmanmakal
osmanmakal / raven-shell
Created December 4, 2016 00:36 — forked from barroco/raven-shell
Send Sentry error from shell using curl
#!/bin/sh
SENTRY_KEY=
SENTRY_SECRET=
SENTRY_PROJECTID=1
SENTRY_HOST=sentry.example.com
SCRIPT_ARGUMENTS=$@
capture_error()
{