Skip to content

Commit f8bf3db

Browse files
zivlkamilogorek
authored andcommitted
docs: ravenjs.com detailed information (getsentry#1234)
* adding some more information and details about Sentry and raven.js library
1 parent d479e62 commit f8bf3db

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title></title>
4+
<title>Sentry's Raven.js Library</title>
55
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
66
<style>
77
.container {
@@ -13,8 +13,14 @@
1313
</head>
1414
<body>
1515
<div class="container">
16-
<div class="page-header"><h1>raven.js</h1></div>
17-
16+
<div class="page-header"><h1>Sentry's Raven.js</h1></div>
17+
<h3>What is Raven.js?</h3>
18+
<p>
19+
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.
20+
</p>
21+
<p>
22+
<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.
23+
</p>
1824
<h4>Plugins</h4>
1925
<div class="checkbox">
2026
<label>

0 commit comments

Comments
 (0)