Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 12cdb12

Browse files
committed
docs(examples): Add missing notify() call
1 parent a61c36b commit 12cdb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bundled/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
click: function () {
3838
this.clicks += 1
3939
if (this.clicks === 10) {
40-
bugsnagClient(new Error('user clicked button too many times!'), { severity: 'info' })
40+
bugsnagClient.notify(new Error('user clicked button too many times!'), { severity: 'info' })
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)