Name Description Size
__init__.py This package 6464
_wsgi_common.py 4763
aiohttp.py 7076
argv.py 945
asgi.py An ASGI middleware. Based on Tom Christie's `sentry-asgi <https://github.com/encode/sentry-asgi>`_. 6821
atexit.py This is the default shutdown callback that is set on the options. It prints out a message to stderr that informs the user that some events are still pending and the process is waiting for them to flush out. 1837
aws_lambda.py 8890
beam.py Inspect function overrides the way Beam gets argspec. 5650
bottle.py 6188
celery.py 8394
dedupe.py 1166
django
excepthook.py 2182
falcon.py Captures exceptions in Falcon requests and send to Sentry 6797
flask.py 8168
gnu_backtrace.py ^(?P<index>\d+)\.\s (?P<package>{MODULE_RE})\( (?P<retval>{TYPE_RE}\ )? ((?P<function>{TYPE_RE}) (?P<args>\(.*\))? )? ((?P<constoffset>\ const)?\+0x(?P<offset>{HEXVAL_RE}))? \)\s \[0x(?P<retaddr>{HEXVAL_RE})\]$ 2912
logging.py This disables recording (both in breadcrumbs and as events) calls to a logger of a specific name. Among other uses, many of our integrations use this to prevent their actions being recorded as breadcrumbs. Exposed to users as a way to quiet spammy loggers. :param name: The name of the logger to ignore (same string you would pass to ``logging.getLogger``). 6922
modules.py 1393
pyramid.py 7006
redis.py This function can be used to instrument custom redis client classes or subclasses. 1941
rq.py 4714
sanic.py 7646
serverless.py 1993
spark
sqlalchemy.py 2525
stdlib.py given (*args, **kwargs) of a function call, retrieve (and optionally set a default for) an argument by either name or position. This is useful for wrapping functions with complex type signatures and extracting a few arguments without needing to redefine that function's entire type signature. 7348
threading.py 2856
tornado.py 6910
trytond.py 1728
wsgi.py Return the host for the given WSGI environment. Yanked from Werkzeug. 10232