Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/config/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ Putting it all together
<html>
<head>
<title>Awesome stuff happening here</title>
</head>
<body>
...
<script src="jquery.min.js"></script>
<script src="//cdn.ravenjs.com/|release|/jquery,native/raven.min.js"></script>
<script>
var options = {
Expand All @@ -144,10 +148,6 @@ Putting it all together
};
Raven.config('https://public@app.getsentry.com/1', options).install();
</script>
</head>
<body>
...
<script src="jquery.min.js"></script>
<script src="myapp.js"></script>
</body>
</html>