-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support for production
& profiling
React builds
#25
Comments
@dinkinflickaa Production and profiling builds provide limited API to React's internals. So, some data can't be captured for such builds. I have plans to support such builds with limited functionality. However, there is no ETA at the moment, since I focused on other features for now. It also surprises me that you are getting an exception instead of a warning: "[react-render-tracker] Unsupported React renderer, only bundle type 1 (development) is supported but 0 (production) is found". What versions of React Render Tracker and React are you using? |
Thanks for your response @lahmatiy. I made some changes locally to run the tracker against a profiling build, The stacktrace is probably the side effect of that. |
I found that the new check and warning was not published at the moment of writing my comment. So now you should see a warning in RRT about an unsupported build. |
Time to time, I get requests to support React build type other than |
production
& profiling
React builds
Just released 0.7.1 with basic support for production & profiling React builds.
|
I am trying to run react-render-tracker against a react profiling build but seeing this error in the console
Are there any plans to make the tracker compatible with the profiling build?
The text was updated successfully, but these errors were encountered: