Removed cost center from tech login. IO-699
This commit is contained in:
@@ -9,7 +9,11 @@ import {
|
||||
|
||||
import rootReducer from "./root.reducer";
|
||||
import rootSaga from "./root.saga";
|
||||
import * as Sentry from "@sentry/react";
|
||||
|
||||
const sentryReduxEnhancer = Sentry.createReduxEnhancer({
|
||||
// Optionally pass options
|
||||
});
|
||||
const sagaMiddleWare = createSagaMiddleware();
|
||||
|
||||
const reduxSyncConfig = {
|
||||
@@ -32,7 +36,8 @@ const composeEnhancers =
|
||||
: compose;
|
||||
|
||||
const enhancer = composeEnhancers(
|
||||
applyMiddleware(...middlewares)
|
||||
applyMiddleware(...middlewares),
|
||||
sentryReduxEnhancer
|
||||
// other store enhancers if any
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user