- 제출된 URL:
- https://ravenjs.com/
- 보고서 완료:
링크 · 6개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://sentry.io/ | Sentry |
https://github.com/getsentry/sentry-javascript | here. |
https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/console.js | View Source |
https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/ember.js | View Source |
https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/angular.js | View Source |
https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/vue.js | View Source |
JavaScript 변수 · 13개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
GoogleAnalyticsObject | string |
ga | function |
google_tag_data | object |
gaplugins | object |
gaGlobal | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html><head>
<title>Sentry's Raven.js Library</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<style>
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
</style>
</head>
<body style="">
<div class="container">
<div class="page-header"><h1>Sentry's Raven.js</h1></div>
<h3>What is Raven.js?</h3>
<p>
Raven.js is the (legacy) browser JavaScript SDK for <a href="https://sentry.io/">Sentry</a>.
<strong>If you are starting from scratch we advise you to use `@sentry/browser` found <a href="https://github.com/getsentry/sentry-javascript">here.</a></strong>
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>
<input type="checkbox" value="console">
console (experimental) <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/console.js">View Source</a>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="ember">
ember.js <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/ember.js">View Source</a>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="angular">
angular.js <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/angular.js">View Source</a>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="vue">
vue.js <a href="https://github.com/getsentry/sentry-javascript/blob/master/packages/raven-js/plugins/vue.js">View Source</a>
</label>
</div>
<input id="download" class="form-control input-lg" type="text">
</div>
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-PN689QPL1M&cx=c&_slc=1"></script><script async="" src="//www.google-analytics.com/analytics.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script>
$(function() {
var plugins = [], base = 'https://cdn.ravenjs.com/3.27.0/', $download = $('#download');
$('#download').val(base + 'raven.min.js'); // default to base value
$('input[type="checkbox"]').on('click', function() {
var val = $(this).val(), url;
if ($(this).prop('checked')) {
plugins.push($(this).val());
} else {
plugins.splice(plugins.indexOf(val), 1);
}
if (plugins.length) {
plugins.sort();
url = base + plugins.join(',') + '/raven.min.js';
} else {
url = base + 'raven.min.js';
}
$download.val(url);
});
$download.on('click', function() { $(this).select(); });
});
// Google Analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34959157-5', 'ravenjs.com');
ga('send', 'pageview');
</script>
</body></html>