Skip to content
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

--name option not work. #62

Open
zw963 opened this issue Jun 18, 2022 · 1 comment
Open

--name option not work. #62

zw963 opened this issue Jun 18, 2022 · 1 comment

Comments

@zw963
Copy link

zw963 commented Jun 18, 2022

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



@yb66
Copy link

yb66 commented Jul 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants