{% extends "todos/base.html" %} {% block title %}Arguslog SDK Demos{% endblock %} {% block content %}
Each button below exercises a different part of the arguslog Python SDK. After clicking, check your arguslog dashboard for the matching event / issue.
arguslog
The excepthook integration is also installed: any uncaught exception in a background thread or script using sys.excepthook would automatically reach arguslog. For request handlers we use the middleware.
excepthook
sys.excepthook
Cards, CVVs, API keys and anything matching todo_secret_* are stripped before transport thanks to scrubbing_enabled=True + extra_scrub_patterns.
todo_secret_*
scrubbing_enabled=True
extra_scrub_patterns