simon-ccoms
simon-ccoms
### Version @nuxtjs/sentry: 8.7.0 nuxt: 2.17.0 ### Sentry configuration ``` sentry: { dsn: process.env.SENTRY_DSN, clientIntegrations: { ExtraErrorData: {}, ReportingObserver: { types: ['crash'] }, HttpClient: true }, config: { // Capture...
### Describe the feature There is no documentation on how to handle errors from external APIs when signing in using the local provider. ### How would you implement this? The...
### 📚 Is your documentation request related to a problem? I am trying to get multi-tenancy working in my local development environment. Where I currently use example.com.local:3000 and example2.co.uk:3000 as...