-
Notifications
You must be signed in to change notification settings - Fork 109
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
[Meteor 1.4] Cannot use kadira with Meteor 1.4 #244
Comments
Thanks @clayne11. Will do that. |
@arunoda Adding the new version of v8 profiler work. But we need to update node-usage module as well. Do we actually need that module? I built the kadira-profiler with this line removed from from kadira-binary-deps and it worked. (I could get a cpu profile) I could not find it used in kadira-profiler code also. |
@clayne11 Try using this updated kadira-profiler package for 1.4
If should work fine. |
This is working fine locally with I think because you are using I can use it just fine locally but when I tried to deploy using
|
Explicitly adding latest |
You don't need to remove Kadira, but just the kadira-profiler.
We are working on a fix. It's kind a pretty hard to do this since Meteor no longer carries binary builds. |
@arunoda do you have any eta on the profiler? |
@MaxShv I'll try to do it by this month. |
@arunoda Any update on this/any work around possible to try to use the profiler in the meantime? |
+1 |
Is the CPUprofiler working with meteor1.4 (hosted on Galaxy)? The following is taken from my browser console:
But I can't find the file - is it stored locally? It worked fine when doing it locally (dev app). This is the excerpt from my settings.json
Thanks. |
When trying to upgrade to
Meteor 1.4-beta.9
I get the following error:@benjamn suggested that you need to update a dependency in
meteorhacks:kadira-binary-deps
.See issue in Meteor repo meteor/meteor#7390 (comment)
The text was updated successfully, but these errors were encountered: