notice in the following example how the entry path has /server/ in the directory structure. Before, Sentry would fail because it just defaulted to src/my_app.cr.
This change will be more flexible and will automatically pull in the src path from the targets object in the shard.yml file.
notice in the following example how the entry path has
/server/
in the directory structure. Before, Sentry would fail because it just defaulted tosrc/my_app.cr
.This change will be more flexible and will automatically pull in the src path from the
targets
object in theshard.yml
file.