We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3706bc + 4f730c5 commit a6324baCopy full SHA for a6324ba
docs/config/index.rst
@@ -128,6 +128,10 @@ Putting it all together
128
<html>
129
<head>
130
<title>Awesome stuff happening here</title>
131
+ </head>
132
+ <body>
133
+ ...
134
+ <script src="jquery.min.js"></script>
135
<script src="//cdn.ravenjs.com/|release|/jquery,native/raven.min.js"></script>
136
<script>
137
var options = {
@@ -144,10 +148,6 @@ Putting it all together
144
148
};
145
149
Raven.config('https://public@app.getsentry.com/1', options).install();
146
150
</script>
147
- </head>
- <body>
- ...
- <script src="jquery.min.js"></script>
151
<script src="myapp.js"></script>
152
</body>
153
</html>
0 commit comments