You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research, the issue that I wanted to address in #10 really was something else.
Apparently, in order to get release health, you need support for sessions, as per the docs here. It seems like that's usually set up via an option auto_session_tracking.
It would make sense to treat a req/res cycle as a "session", and automatically wrap that as documented there.
The text was updated successfully, but these errors were encountered:
After some research, the issue that I wanted to address in #10 really was something else.
Apparently, in order to get release health, you need support for sessions, as per the docs here. It seems like that's usually set up via an option
auto_session_tracking
.It would make sense to treat a req/res cycle as a "session", and automatically wrap that as documented there.
The text was updated successfully, but these errors were encountered: