apitally-py
apitally-py copied to clipboard
Shutdown event handlers are deprecated in Starlette
The ApitallyMiddleware
for Starlette currently relies on a shutdown event handler to send a final set of requests data to Apitally before the application exits. Shutdown event handlers are deprecated in Starlette and will be removed in version 1.0. Instead a lifespan handler should be used.