diff options
author | Sean McGivern <sean@gitlab.com> | 2019-03-15 19:28:00 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-03-19 13:49:31 +0000 |
commit | 58643cd5325f731799686daca8e1d9806851c320 (patch) | |
tree | 0d2fdd3d519ec96ed3d2f6dd1b66ee9ff7589de1 /Gemfile.lock | |
parent | 5fc1d2ad9fcea0d9ad4455766c0af29095b8b177 (diff) | |
download | gitlab-ce-58643cd5325f731799686daca8e1d9806851c320.tar.gz |
Send schema cache to Sentry on MissingAttributeError
We don't know why this happens, so this is an attempt to debug the
issue by sending a full list of all columns ActiveRecord knows about
when the error is raised.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ec34d3f9d67..ac7e3cf4459 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -813,7 +813,7 @@ GEM selenium-webdriver (3.12.0) childprocess (~> 0.5) rubyzip (~> 1.2) - sentry-raven (2.7.4) + sentry-raven (2.9.0) faraday (>= 0.7.6, < 1.0) settingslogic (2.0.9) sexp_processor (4.11.0) |