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
Hi @bitdivision, thank you for the suggestions. Would the ignore setting in the config work for you? Another option would be to define a decorator that calls scout_apm.api.ignore_transaction().
Regarding sampling based on a percentage of requests, you're correct that is currently not implemented.
We're using a modified version of the Starlette middleware at the moment, primarily to support asyncio better.
Assuming asyncio support is added in future, there are a couple of other features we've added which it would be nice to see too:
If I've missed a better way / place to implement these, then please let me know.
The text was updated successfully, but these errors were encountered: