You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/index.rst
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
Installation
2
2
============
3
3
4
-
Raven is distributed in a few different methods, but they all should be included inside the ``<head>`` of your page.
4
+
Raven is distributed in a few different methods, and should get included after any other libraries are included, but before your own scripts.
5
5
6
-
You should try and include Raven as high up on the page as possible. Ideally, you'd like to include Raven first, in order to potentially catch errors from other JavaScript files.
This allows the ability for Raven's plugins to instrument themselves. If included before something like jQuery, it'd be impossible to use for example, the jquery plugin.
0 commit comments