feat(api): enable Sentry reporting
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
61e5bf942b
commit
10a6622546
@ -1,7 +1,7 @@
|
||||
import { Observable } from 'rx';
|
||||
import debug from 'debug';
|
||||
|
||||
import { reportError } from '../middlewares/error-reporter';
|
||||
import { reportError } from '../middlewares/sentry-error-handler.js';
|
||||
import InMemoryCache from '../utils/in-memory-cache';
|
||||
|
||||
const log = debug('fcc:boot:donate');
|
||||
|
Reference in New Issue
Block a user