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

Incorrect issue grouping, due to js minification #46

Open
ebhsgit opened this issue Jan 25, 2021 · 0 comments · May be fixed by #47
Open

Incorrect issue grouping, due to js minification #46

ebhsgit opened this issue Jan 25, 2021 · 0 comments · May be fixed by #47

Comments

@ebhsgit
Copy link
Contributor

ebhsgit commented Jan 25, 2021

Sometimes different issues are being grouped as the same issue in Crashlytics, even though the stack trace is different, with only the last line of the stack trace being the same.

The reason this is grouped is because production code, minifies the js file, resulting in all errors having the same line number (ie: 1).

Expected Behavior

The issues should be grouped separately

Actual Behavior

The issues are grouped together

Steps to Reproduce the Problem

Use a production codebase that minifies js.
Then cause different exceptions which is from the same js file

Specifications

  • Plugin version: Latest from master branch (25/1/2021)
  • Framework: Cordova-Android
  • Framework version: 9.0
  • Operating system: Android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant