Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<script src="https://cdn.ravenjs.com/2.1.0/raven.min.js"></script>
-    <script>Raven.config('https://b5d85edf669045ed8adac1d3b44bd080@app.getsentry.com/66762')</script>
<script>
try {
  // something dangerous
  throw new Error('Catch this')
}  catch (e) {
  Raven.captureException(e)
}
</script>
<script>
  throw new Error('Do not catch this')
</script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers