sentry icon indicating copy to clipboard operation
sentry copied to clipboard

--name option not work.

Open zw963 opened this issue 2 years ago • 1 comments

Following is a example:

  1. i copy compiled sentry into /usr/local/bin, $PATH.

  2. reproduce

 ╰─ $ 2  ls /home/zw963/Study/Crystal/hello.cr
/home/zw963/Study/Crystal/hello.cr

 ╰─ $ \cat /home/zw963/Study/Crystal/hello.cr
loop do
  puts "hello"
  sleep 1
end

 ╰─ $ sentry -n say_hello -b 'crystal run /home/zw963/Study/Crystal/hello.cr'
🤖  Sentry error: 'name' not given and not found in shard.yml




zw963 avatar Jun 18 '22 08:06 zw963

I get this too, I fixed it by adding a shard.yml that didn't need to be there.

yb66 avatar Jul 27 '22 09:07 yb66