Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Am not able to convert in to non minified response from minified in componentDidCatch #213

Open
midhun8454 opened this issue Mar 8, 2019 · 0 comments

Comments

@midhun8454
Copy link

midhun8454 commented Mar 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant