meteorhacks / kadira-profiler

CPU Profiling support for Kadira
https://kadira.io/cpu-profiling.html
MIT License
14 stars 15 forks source link

not for meteor 1.4 #8

Open interfaith opened 7 years ago

interfaith commented 7 years ago

adding the package stops the app from working. a graph app with google charts

teknologist commented 7 years ago

Same here

teknologist commented 7 years ago

Upgrading v8-profiler to 5.6.0 in kadira-binary-dep fixed the issue

igeto commented 6 years ago

v8-profiler v5.6.5 breaks meteor app on update to 1.6, haven't tried with older versions

bavuongco10 commented 6 years ago

My way is to build our own version of kadira-profiler and kadira-binary-deps change v8-profiler inside kadira-binary-deps from 5.6.5 to 5.7.0, then in our version of kadira-profiler use the new kadira-binary-deps, it should be good to go