Skip to content

Strip device-specific paths/urls from react native paths #397

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

Merged
merged 1 commit into from
Oct 29, 2015

Conversation

benvinegar
Copy link
Contributor

This makes grouping work / paths actually readable inside Sentry.

@benvinegar benvinegar force-pushed the normalize-react-paths branch 2 times, most recently from d5b8ac0 to 00ac0b7 Compare October 29, 2015 00:18
"use strict";

return url
.replace(/file\:\/\//, '')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should qualify this with a ^ so it doesn't replace this randomly in the string.

@benvinegar benvinegar force-pushed the normalize-react-paths branch from 00ac0b7 to 7f6d414 Compare October 29, 2015 04:15
benvinegar added a commit that referenced this pull request Oct 29, 2015
Strip device-specific paths/urls from react native paths
@benvinegar benvinegar merged commit a7c4d7b into master Oct 29, 2015
@mattrobenolt mattrobenolt deleted the normalize-react-paths branch November 6, 2015 22:11
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.

2 participants