You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can look at the install.rb script to see whats going on.
But I think there may be something I can do—some refactoring perhaps. I think I can make the [app_name] that appears in sentry.cr be dynamic on run time or be able to be overridden by an argument.
With the pr #8 , the [process_name] is taken dynamically from shard.yml
It is perfect for me, let's see if it doesn't break anything for current users ( it should not ).
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: