Capture error from file store service
This commit is contained in:
parent
7c6bc82991
commit
07dfd87b42
|
@ -20,7 +20,8 @@ module FileStoreService
|
||||||
else
|
else
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
rescue # Dont care about it
|
rescue => e # Dont care about it
|
||||||
|
Raven.capture_exception(e)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -67,4 +68,4 @@ module FileStoreService
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue