-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add react-native docs #388
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
Conversation
There is also the config.json file in docs root I think that we should add blurbs too |
51f41d6
to
4fef637
Compare
4fef637
to
c8dee28
Compare
plz to merge? |
Hi @benvinegar could I ask why we would need the line
in index file ? |
You don't. It was just there to demonstrate "this is a React app". It should probably be removed. |
I see. got quite confused as my code looks like this
|
Thanks ! @benvinegar |
Hi @benvinegar , according to docs
But in the generated bundle file for react native, it always ends with
Does this mean that I had to name my sourcemap output to "bundle.js" as well ? like
|
Yes. It's odd that React native would name it bundle.js and not something like bundle.js.map. @qbig – btw, if you need a hand with sourcemaps and/or our React integration, you should contact support (if you are a hosted customer) or leave a message on the Sentry Google Group. |
Depends on #387