-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Sentry supports the HttpClient integration, which "captures errors on failed requests from Fetch and XHR and attaches request and response information." @nuxt/sentry does not support this, however. When attempting to use this integration in clientIntegrations
I receive the following warning:
WARN Sentry clientIntegration "HttpClient" is not recognized and will be ignored.
Describe the solution you'd like
I'd like for @nuxt/sentry to support the HttpClient integration.
Describe alternatives you've considered
N/A