node-sentry-api icon indicating copy to clipboard operation
node-sentry-api copied to clipboard

A node client for the Sentry web API

Results 2 node-sentry-api issues
Sort by recently updated
recently updated
newest added

Implement api pagination. The semantics are: - if any single page request fails, reject the entire request - callbacks passed to `Client.request` will be called once the merged result -...

`Releases.files` does not return all results when a release contains over 100 files. This appears to be due to missing support for Sentry API [pagination](https://docs.getsentry.com/hosted/api/pagination/).