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

Add rewrite patterns for hermes to documentation #188

Open
Stas-Buzunko opened this issue Jan 25, 2024 · 0 comments
Open

Add rewrite patterns for hermes to documentation #188

Stas-Buzunko opened this issue Jan 25, 2024 · 0 comments

Comments

@Stas-Buzunko
Copy link

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:
#124
#151 (comment)

If anyone faces these problems, here are the patterns that worked for me:

rewriteFilenamePatterns: [
    Platform.OS === 'ios' ? '([^/]*)$' : '^address at (.*)$'
]
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

No branches or pull requests

1 participant