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

StackTracey is undefined at browser #10

Open
Sihan-Tan opened this issue Dec 31, 2020 · 1 comment
Open

StackTracey is undefined at browser #10

Sihan-Tan opened this issue Dec 31, 2020 · 1 comment

Comments

@Sihan-Tan
Copy link

I want to use it to parse the error stack information in my monitor sdk for browser
so :

import StackTracey from 'stacktracey';
console.log(StackTracey) // undefined

i import the package and use it
but show me undefined

@keverw
Copy link

keverw commented Sep 16, 2022

Are you using Parcel Bundler? I happen to run into this same problem.... Made my own custom logger and commented out all the code relating to StackTracey and it works... I guess either need to figure out the root cause or replace the use of this with something else. Did you end up solving your problem?

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

No branches or pull requests

2 participants