Skip to content

Commit

Permalink
fix(sentry): deestructure object
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Oct 14, 2020
1 parent cb4c520 commit 95c6162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const actions = {
}
},

errorSender(_, error) {
errorSender(_, { error }) {
window.$nuxt.$sentry.captureException(error)
},

Expand Down

0 comments on commit 95c6162

Please sign in to comment.