Am not able to convert in to non minified response from minified in componentDidCatch
midhun8454 opened this issue · 0 comments
midhun8454 commented
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
- stacktrace.js version:latest
*Script using:React - Browser Name and version:all
- Operating System and version (desktop or mobile):mac
I am kind of stuck,please help @eriwen