⚡ Solution Summary
- No API for request logs available in Stripe SDK.
- Track requests manually with custom metrics.
- Consider implementing before/after tracking for API calls.
### Is your feature request related to a problem? Please describe.
I'm trying to programmatically monitor the number of API requests made to Stripe, to alert when usage is nearing the rate limit.
But I'm not finding a way to query for logs / API requests. Is it possible to expose this information programmatically, given that it's already available on the Developers tab in the UI?
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Discussion & Fixes