no es necesario llamar a airbrake directo
This commit is contained in:
parent
8cdc6d44ec
commit
087f1436c5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue