- saving progress;
This commit is contained in:
@@ -8,8 +8,8 @@ export class NetworkService {
|
||||
static REFRESH_TOKEN_KEY
|
||||
|
||||
static logApiError = (endpoint, status = 0, resp = {}) => {
|
||||
console.log('status:', status);
|
||||
if (status === 500) {
|
||||
console.log('status:', status, LOCAL_DEVELOPMENT);
|
||||
if (LOCAL_DEVELOPMENT !== '1') {
|
||||
try {
|
||||
Sentry.init({
|
||||
|
||||
Reference in New Issue
Block a user