Closed kkukielka closed 8 years ago
Could you update meteorhacks:kadira
to the latest version.
It is v2.27.3.
I already did:
Okay. To do that, you need to connect to Kadira. Are you?
Yes, we have premium account for our deployments, and I just wanted to check CPU profile. Kadira works perfectly :)
This error happens when your app not connected to Kadira. Check whether this app has Kadira: Successfully connected
in the logs.
Ok, I have a new error on ui.kadira.io:
Node didn't register module?
I am working on node v0.12.9
right now.
@kkukielka Meteor doesn't work with v0.12.9 but with 0.10.x. And our profiler is built for 0.10.x. So use it.
Oh ok! Great! Now I know what I have to do :) Thank you!
Reopen if that's not solve your problem.
Hey!
I have added package for profiling my meteor app, and after running:
I got exception:
And on server side:
I am using meteor@1.2.1 and I have updated all kadira packages.
Running
Kadira.profileCpu(10)
works and saves file to /tmpAll kadira packages are added to project packages.
What am I doing wrong? :( Thx for any help!