Commit Graph

3 Commits

Author SHA1 Message Date
Landon Wilkins e26843ff95 da licença part 34
add consistent license headers to all source files
(ruby, coffeescript, javascript)

except for vendor files

Change-Id: Ic6b3be7861a2c91d76889c1740f964e401638e04
Reviewed-on: https://gerrit.instructure.com/110061
Tested-by: Jenkins
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
2017-04-27 22:00:30 +00:00
Ethan Vizitei 21a728f05c setup a generalized way to leave out errors from sentry reporting
refs CNVS-20836

Once this is merged, plugins or extensions can
register their own exceptions if they don't
want them broadcast to sentry for whatever reason
(there are some job failures that are a good candidate
for this)

Change-Id: Ic3bceb8185a92479166ec55c8c6c66dacf259f5a
Reviewed-on: https://gerrit.instructure.com/55678
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
2015-06-23 22:41:26 +00:00
Ethan Vizitei f0e9a353a3 stringify messages for sentry
closes CNVS-20552

This doesn't fix the underlying media object problem, but it's being
reported as an issue with the sentry interface because Raven doesn't
like symbols as messages and trys to call ".message" on them

TEST PLAN:
 1) error capturing should still work with sentry
 2) call Canvas::Errors.capture with a symbol (instead of a string),
   it should get sent to sentry correctly

Change-Id: I84cfe7894892692a8e2d8ea699cba86caf6c2b23
Reviewed-on: https://gerrit.instructure.com/54463
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
QA-Review: August Thornton <august@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
2015-05-22 20:05:12 +00:00