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:
Alasdair Smith 2020-04-30 17:51:49 +01:00 committed by Copybot
parent 9c147d704a
commit a3d7905ab0

View file

@ -20,8 +20,8 @@
__webpack_public_path__ = window.baseAssetPath
define([
'./utils/sentry',
'./libraries',
'./utils/sentry',
'./modules/recursionHelper',
'./modules/errorCatcher',
'./modules/localStorage',