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
I have the error param in componentDidCatch,that is
componentDidCatch(error, errorInfo) {log(error)//min.error}
but that console.log is minified response,i want the same in non minified response,so that all developers can understand thr root cause.
Current Behavior
having minified response only
-> I installed stacktrace via npm
->import StackTrace from 'stacktrace-js'
->used StackTrace.fromError(error)-> but that is agin minified response
Your Environment
stacktrace.js version:latest
*Script using:React
Browser Name and version:all
Operating System and version (desktop or mobile):mac
Expected Behavior
I have the error param in componentDidCatch,that is
componentDidCatch(error, errorInfo) {log(error)//min.error}
but that console.log is minified response,i want the same in non minified response,so that all developers can understand thr root cause.
Current Behavior
having minified response only
-> I installed stacktrace via npm
->import StackTrace from 'stacktrace-js'
->used StackTrace.fromError(error)-> but that is agin minified response
Your Environment
*Script using:React
I am kind of stuck,please help @eriwen
The text was updated successfully, but these errors were encountered: