getsentry / getsentry/sentry-python

Document manual session tracking

Abierto
#1,461 7 comentarios 2 reacciones 0 asignados Ver en GitHub
Docs good first issue Help Wanted Python
Lenguaje dominante
Python
Estrellas
2.2k
Forks
669
Merge medio
1 d 1 h
PR fusionados (30 d)
213

Descripción

### Problem Statement

If you have a non WSGI/ASGI project than there is no automatic session tracking.
But one can easily add session tracking by hand like this:

```
from sentry_sdk.hub import Hub
from sentry_sdk.sessions import auto_session_tracking

hub = Hub(Hub.current)
with auto_session_tracking(hub):
# all the code that belong to one session goes here.
```

### Solution Brainstorm

This should be somewhere in the documentation, so that people can add session tracking to their projects.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.