rollbar / rollbar/rollbar-react-native
Add rewrite patterns for hermes to documentation
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 81
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Rollbar v0.9.3
There are at least two open issues related to sourcemaps problems associated with Hermes. So, it might be worth adding to the documentation (assuming these patterns might have been added to v1).
Issues:
https://github.com/rollbar/rollbar-react-native/issues/124
https://github.com/rollbar/rollbar-react-native/issues/151#issuecomment-954819058
If anyone faces these problems, here are the patterns that worked for me:
rewriteFilenamePatterns: [
Platform.OS === 'ios' ? '([^/]*)$' : '^address at (.*)$'
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No documentation file or test is named. Start by locating the existing documentation for rewriteFilenamePatterns or sourcemaps, then add the supplied iOS and Android Hermes patterns and check the resulting documentation for correct formatting and placement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100