DigOrDog / hello-world

Have a test!
0 stars 0 forks source link

More detailed Vue Source Maps for error tracking #12335 #7

Open DigOrDog opened 3 years ago

DigOrDog commented 3 years ago

What problem does this feature solve? We used error tracking in all our projects. To be more precise, we use Flare for error tracking.

To better track an error we load the source maps to Flare accordingly. Now it is often the case that the stack trace is unreadable because the Vue source map seems to give only insufficient information. However, this does not always seem to be the case, sometimes the stack trace is easy to read.

Attached are a few screenshots that show the behavior well.

What does the proposed API look like? See Screenshots.

Examples Not readable stack trace

DigOrDog commented 3 years ago

What problem does this feature solve? We used error tracking in all our projects. To be more precise, we use Flare for error tracking.

To better track an error we load the source maps to Flare accordingly. Now it is often the case that the stack trace is unreadable because the Vue source map seems to give only insufficient information. However, this does not always seem to be the case, sometimes the stack trace is easy to read.

Attached are a few screenshots that show the behavior well.

What does the proposed API look like? See Screenshots.

Examples Not readable stack trace