mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 23:45:30 +00:00
capture all pdfng error callbacks with raven
This commit is contained in:
parent
823bdcf583
commit
1d3d316595
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ define [
|
|||
progressCallback: (progress) ->
|
||||
$scope.$emit 'progress', progress
|
||||
errorCallback: (error) ->
|
||||
Raven.captureMessage?('pdfng error ' + error)
|
||||
$scope.$emit 'pdf:error', error
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue