You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an environment that uses webpack-hot-middleware to enable hot-reloading (e.g. Next.js) in development mode, we report extremely long spans ranging from 30-60 secs in length. This is caused by the long running request opened between the browser and the hot reloader to make webpack-hot-middleware work. We'll need to ignore these to enable #100 and possibly #114.
The text was updated successfully, but these errors were encountered:
While performing the daily checks some issues were found with this issue.
This issue has not had any activity in 14 days. Please provide a status update if it is still relevant. Closed it if it is no longer relevant. Or move it to another column if it's blocked or requires another look at it. - (More info)
When using an environment that uses
webpack-hot-middleware
to enable hot-reloading (e.g. Next.js) in development mode, we report extremely long spans ranging from 30-60 secs in length. This is caused by the long running request opened between the browser and the hot reloader to makewebpack-hot-middleware
work. We'll need to ignore these to enable #100 and possibly #114.The text was updated successfully, but these errors were encountered: