Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Upgrade Sentry client library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanethomas committed Jan 3, 2017
1 parent ffde503 commit 5b959e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/index.pug
Expand Up @@ -21,7 +21,7 @@ html(dir=isRtl ? 'rtl' : 'ltr' )
#content!= content
#wpcom-log-in
if isEnabled( 'sentry' )
script(src="https://cdn.ravenjs.com/3.7.0/raven.min.js")
script(src="https://cdn.ravenjs.com/3.9.1/raven.min.js")
if localeData
script(type='text/javascript')!='var localeData = ' + localeData + ';'
script(src=vendor)
Expand Down

0 comments on commit 5b959e7

Please sign in to comment.