rollbar / rollbar/rollbar-react-native

Add rewrite patterns for hermes to documentation

Open
#188 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.