micro-sentry
micro-sentry copied to clipboard
Tiny Sentry client with idiomatic wrapper for Angular
# 🐞 Bug report ### Description Trying to install this library with Angular versions 15 or 16 does not work as it depends on Angular
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) - [ ] Tests for the changes have been added...
# 🐞 Bug report ### Description Dispatching an error on server-side of Angular will error with XMLHttpRequest not defined. ### Reproduction No need to reproduce this, afaik XMLHttpRequest is not...
Are there any plans to support Sentry [rate limiting](https://develop.sentry.dev/sdk/rate-limiting/)? Would this feature be within the scope of micro-sentry? As far as I understand, currently micro-sentry only does fire-and-forget XHRs, it's...
# 🐞 Bug report ### Description Hey all, first thanks for the work on this library -- it's an absolute life saver! I'm currently using the vanilla version (though in...
# 🐞 Bug report ### Description I've added the test line: `Sentry.setTag("name", "NEAL");` to a position i the code after Sentry has been initialized. Then at some other point I...
BreadcrumbPlugin was taken as-is from the original sentry. It is not matched with our code style guide. Needs to remove all @ts-ignore and eslint-disable
# 🐞 Bug report ### Description For some reason when error is thrown from Angular http client request observable, error message is not shown on Sentry. It just says "No...