Skip to content

Instantly share code, notes, and snippets.

View ProfessorManhattan's full-sized avatar
💭
Free Gaza

Brian Zalewski ProfessorManhattan

💭
Free Gaza
View GitHub Profile
@ProfessorManhattan
ProfessorManhattan / sentry.py
Created December 21, 2021 10:18 — forked from fliphess/sentry.py
Ansible sentry callback plugin - Send all errors from ansible to Sentry
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import getpass
import logging
import logging.config
import os
import socket
try: