no es necesario llamar a airbrake directo

This commit is contained in:
f 2021-10-27 15:57:53 -03:00
parent 8cdc6d44ec
commit 087f1436c5

View file

@ -123,7 +123,7 @@ export class CartBaseController extends Controller {
const data = { type: 'primary' } const data = { type: 'primary' }
let template = 'alert' let template = 'alert'
if (!window.airbrake) window.airbrake.notify(response.fail()) console.error(response.fail())
const site = await this.site() const site = await this.site()