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

Fix #46 - Added columnNumber to uniquely identify the issue #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ebhsgit
Copy link
Contributor

@ebhsgit ebhsgit commented Jan 25, 2021

Fixes #46

This change is backward compatible.
If columnNumber is not set, the code behaves the same as before this change

Proposed Changes

  • Append column number to filename so that an error is unique

@ebhsgit ebhsgit changed the title Add optional "columnNumber" property. Append columnNumber to filename… Fix #46 - Added columnNumber to uniquely identify the issue Jan 25, 2021
* The string shown in Crashlytics is {filename}:{line}. without the line number, the string is filename:col:line, which does follow standard convention
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

Successfully merging this pull request may close these issues.

Incorrect issue grouping, due to js minification
1 participant