-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Version
@nuxtjs/sentry: 4.3.5
nuxt: 2.14.6
Sentry configuration
The default, client and server enabled
Reproduction Link
Not sure how to provide a reproducible example.
I'll just describe the steps to reproduce, it's pretty straight-forward:
Steps to reproduce
- Create a page component
- Throw a
new Error('...')in bothdataandfetch - Visit the page and observe that the error from
datais reported, while the error fromfetchisn't
What is Expected? What is actually happening?
The error from fetch should be reported automatically. It's not.
I realize there's a section on asyncData in the readme, but I'm not sure if it is also meant to be about the fetch method. Seems like maybe the readme is not up to date, because one can just use the new fetch instead of asyncData
Reactions are currently unavailable