Sam Eaton
Sam Eaton
so sentry is not a cpu hog when being run directly on the host? its only when running in docker?
What is the processor and ram on your Mac? I am running a few sentries locally and hyperkit is staying below 20% (usually bellow 10%).
@KCErb yes please let me know what you find.
I was waiting for [shards](https://github.com/crystal-lang/shards) to add the feature where it can run build commands after installing a dependency. See https://github.com/crystal-lang/shards/issues/124 and https://github.com/crystal-lang/shards/pull/126. I am doing some dynamic things when...
@TechMagister let me know if your issue is resolved or if there anything else I need to add.
When someone runs the `install.rb` script to install the cli tool it is copying the src files. You are adding a file to the src directory so you will probably...
Also, the current CLI installation process does not use shards or dependencies, so we will need to figure that out. Correct me if I'm wrong, but I don't believe shards...
Seeing as this will introduce a dependency, is there a way to install Sentry while installing dependencies at the same time? Does shards support that feature? I like what you...
Also they way you are loading the app name in the CLI dynamically is a no brainer. 👍 That will be much better. Glad I could get some other eyes...
oooh i like this idea. maybe even just piggyback this on the current `--info` flag.