-
Notifications
You must be signed in to change notification settings - Fork 27
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
Integration into another program #6
Comments
I was waiting for shards to add the feature where it can run build commands after installing a dependency. See crystal-lang/shards#124 and crystal-lang/shards#126. I am doing some dynamic things when people run the install script:
You can look at the But I think there may be something I can do—some refactoring perhaps. I think I can make the |
@TechMagister let me know if your issue is resolved or if there anything else I need to add. |
With the pr #8 , the [process_name] is taken dynamically from shard.yml |
Hello,
For now sentry can just be run alone. It would be great to have the possibility to embed it into another program.
Because for now I have to reproduce the options and run sentry in another process : kemalyst-generator/commands/watch.cr
The text was updated successfully, but these errors were encountered: