IO-3162 Sentry package upgrades and refactors.
This commit is contained in:
@@ -351,7 +351,7 @@ export function* SetAuthLevelFromShopDetails({ payload }) {
|
||||
? window.$crisp.push(["set", "session:segments", [["allAccess"]]])
|
||||
: window.$crisp.push(["set", "session:segments", [["basic"]]]);
|
||||
} catch (error) {
|
||||
console.error("Couldnt find $crisp.");
|
||||
console.warn("Couldnt find $crisp.", error.message);
|
||||
}
|
||||
} catch (error) {
|
||||
yield put(signInFailure(error.message));
|
||||
|
||||
Reference in New Issue
Block a user