__init__.py |
This package |
6755 |
_wsgi_common.py |
|
4476 |
aiohttp.py |
|
8393 |
argv.py |
|
945 |
asgi.py |
An ASGI middleware.
Based on Tom Christie's `sentry-asgi <https://github.com/encode/sentry-asgi>`.
|
11827 |
asyncio.py |
|
2787 |
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 |
|
15751 |
beam.py |
Inspect function overrides the way Beam gets argspec.
|
5671 |
boto3.py |
|
4180 |
bottle.py |
|
6488 |
celery.py |
|
9823 |
chalice.py |
|
4775 |
dedupe.py |
|
1166 |
django |
|
|
excepthook.py |
|
2242 |
executing.py |
|
2023 |
falcon.py |
Captures exceptions in Falcon requests and send to Sentry |
7322 |
fastapi.py |
|
4446 |
flask.py |
|
8239 |
gcp.py |
|
8148 |
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 |
httpx.py |
httpx has its own transport layer and can be customized when needed,
so patch Client.send and AsyncClient.send to support both synchronous and async interfaces.
|
3162 |
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``).
|
8656 |
modules.py |
|
1393 |
opentelemetry |
|
|
pure_eval.py |
|
4536 |
pymongo.py |
|
5404 |
pyramid.py |
|
7424 |
quart.py |
|
5867 |
redis.py |
This function can be used to instrument custom redis client classes or
subclasses.
|
5740 |
rq.py |
|
5350 |
sanic.py |
|
11311 |
serverless.py |
|
1957 |
spark |
|
|
sqlalchemy.py |
|
3165 |
starlette.py |
|
21474 |
starlite.py |
Replaces the Starlite class's `__init__` function in order to inject `after_exception` handlers and set the
`SentryStarliteASGIMiddleware` as the outmost middleware in the stack.
See:
- https://starlite-api.github.io/starlite/usage/0-the-starlite-app/5-application-hooks/#after-exception
- https://starlite-api.github.io/starlite/usage/7-middleware/0-middleware-intro/
|
10090 |
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.
|
7705 |
threading.py |
|
2840 |
tornado.py |
|
7307 |
trytond.py |
|
1728 |
wsgi.py |
Return the host for the given WSGI environment. Yanked from Werkzeug. |
11397 |