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
the volume of transactions that pytest-sentry sends is a lot, and potentially not worth the price point especially for small teams. we can buffer up the n slowest transactions and send them at the very end. memory consumption would be proportional to n.
The text was updated successfully, but these errors were encountered:
the volume of transactions that pytest-sentry sends is a lot, and potentially not worth the price point especially for small teams. we can buffer up the
n
slowest transactions and send them at the very end. memory consumption would be proportional ton
.The text was updated successfully, but these errors were encountered: