mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
disable raven
This commit is contained in:
parent
f12d2273d5
commit
0ce2794608
@ -52,7 +52,7 @@
|
||||
</script>
|
||||
|
||||
<!-- Logging for sentry -->
|
||||
<script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script>
|
||||
<!-- <script src="//cdn.ravenjs.com/1.1.19/raven.min.js"></script> -->
|
||||
|
||||
<!-- Intercom library -->
|
||||
<script>
|
||||
|
@ -32,11 +32,11 @@ requests.defaults({
|
||||
}
|
||||
});
|
||||
|
||||
Raven.config('https://0955da3388c64ab29bd32c2a429f9ef4@app.getsentry.com/48351', {
|
||||
{/* Raven.config('https://0955da3388c64ab29bd32c2a429f9ef4@app.getsentry.com/48351', {
|
||||
// pass along the version of your application
|
||||
release: '1.0.0'
|
||||
}).install();
|
||||
|
||||
*/}
|
||||
window.onerror = Raven.process;
|
||||
|
||||
class AppGateway {
|
||||
|
Loading…
Reference in New Issue
Block a user