mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2797 from overleaf/as-fix-sentry-loading
Swap script loading to fix Sentry dynamic loading breaking on IE11 GitOrigin-RevId: 7cfd9509829e4372a4e287a03f11b52f23845f65
This commit is contained in:
parent
9c147d704a
commit
a3d7905ab0
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@
|
|||
__webpack_public_path__ = window.baseAssetPath
|
||||
|
||||
define([
|
||||
'./utils/sentry',
|
||||
'./libraries',
|
||||
'./utils/sentry',
|
||||
'./modules/recursionHelper',
|
||||
'./modules/errorCatcher',
|
||||
'./modules/localStorage',
|
||||
|
|
Loading…
Reference in a new issue