Skip to content

Incorrect issue grouping, due to js minification #46

@ebhsgit

Description

@ebhsgit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions