Skip to content

4.4.2

Latest
Compare
Choose a tag to compare
@dgarciabriseno dgarciabriseno released this 10 Sep 18:19
· 6 commits to main since this release
2b4837d

Summary

This patch is mostly bug fixes with the notable exception of enabling support for Sentry, a tool for application error monitoring.

Overview of changes:

  • updates some schema rules that block certain save state requests.
  • Report application errors to sentry

Upgrade from 4.4.1

2 upgrade steps are needed.

  1. Before getting 4.4.2, update your Config.ini with these lines:
[application]
app_env     = production

[sentry]
sentry_dsn = http://sentry-dsn
sentry_enabled = false
sentry_sample_rate = 0.1
  1. After getting 4.4.2, run composer install
  2. Restart the resque based movie workers with your preferred method. I do pkill -f resque and then re-run movie_queues.tcsh

What's Changed

Full Changelog: 4.4.1...4.4.2