How to send release in raven-ruby?

Other implementations have the option to set the release.

python
sentry_sdk.init(release="my-project-name@2.3.12")

java
Sentry.init({
  release: "my-project-name@2.3.12"
})

I haven’t found in the documentation anywhere who to do it in ruby/rails

I also put this as an issue in the github repo, but is kind of abandoned… more than a month without any reply…

Any idea about this?

1 Like

I don’t know ruby or use it, but I did see these on the master branch:


it seems like you should be able to set it in the same place as your DSN