Jordy

Results 3 issues of Jordy

https://swr.vercel.app/docs/error-handling#error-retry First part of the implementation in https://github.com/Kong/swrv/issues/53

enhancement
swr

We disable bugsnag in development. ```ts bugsnag: { disabled: isDevelopment, ... } ``` Vscode rightfully indicates that it can not find the composable. ![image](https://github.com/user-attachments/assets/08aabaa3-4018-4646-a618-0add204d1405) ```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...