Jordy
Jordy
https://swr.vercel.app/docs/error-handling#error-retry First part of the implementation in https://github.com/Kong/swrv/issues/53
We disable bugsnag in development. ```ts bugsnag: { disabled: isDevelopment, ... } ``` Vscode rightfully indicates that it can not find the composable.  ```ts // @ts-expect-error - Not enabled...
## Pull request type Jira Link: [INT-](url) - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no...