mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
raven fix
This commit is contained in:
parent
0ce2794608
commit
7da2149e24
@ -32,13 +32,13 @@ 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
|
// pass along the version of your application
|
||||||
release: '1.0.0'
|
release: '1.0.0'
|
||||||
}).install();
|
}).install();
|
||||||
*/}
|
|
||||||
window.onerror = Raven.process;
|
|
||||||
|
|
||||||
|
window.onerror = Raven.process;
|
||||||
|
*/
|
||||||
class AppGateway {
|
class AppGateway {
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user