openSUSE / osem

Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
http://osem.io
MIT License
872 stars 492 forks source link

Fix bug in naming of Sentry release #3330

Closed AndrewKvalheim closed 6 months ago

AndrewKvalheim commented 6 months ago

Checklist

Short description of what this resolves

In #3299 sentry-ruby was updated past 5.10 which introduces getsentry/sentry-ruby#2004, resulting in:

ArgumentError: expect the argument to be a String or NilClass, got Integer (1646633480)
/osem/config/initializers/sentry.rb:19

Changes proposed in this pull request

Generate a String instead of Integer.