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
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<title>Sentry's Raven.js Library</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<style>
.container {
Expand All @@ -13,8 +13,14 @@
</head>
<body>
<div class="container">
<div class="page-header"><h1>raven.js</h1></div>

<div class="page-header"><h1>Sentry's Raven.js</h1></div>
<h3>What is Raven.js?</h3>
<p>
Raven.js is the official browser JavaScript client for <a href="https://sentry.io/">Sentry</a>. It automatically reports uncaught JavaScript exceptions triggered from a browser environment, and provides a rich API for reporting your own errors.
</p>
<p>
<a href="https://sentry.io/">Sentry</a> provides open source error tracking for development teams that shows every crash in the user stack as it happens, with the details needed to prioritize, identify, reproduce, and fix each issue.
</p>
<h4>Plugins</h4>
<div class="checkbox">
<label>
Expand Down