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
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
I was looking through the library and there's currently no way to write a different error other than the html and response code that Sqreen sends.
I would like to show a custom error message on our React app when Sqreen shows an aborted request. I did notice that there were hooks in the internal package to enable those error messages, but maybe I missed it in my quick scan to be able to hook into those hooks?
I would set a custom status code in the Sqreen dashboard but that's not possible (only allows 400-599 status codes).
Hi -
I was looking through the library and there's currently no way to write a different error other than the html and response code that Sqreen sends.
I would like to show a custom error message on our React app when Sqreen shows an aborted request. I did notice that there were hooks in the internal package to enable those error messages, but maybe I missed it in my quick scan to be able to hook into those hooks?
I would set a custom status code in the Sqreen dashboard but that's not possible (only allows 400-599 status codes).
Thanks!