-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @shawn-p-m, Thank you for your kind words! Unfortunately, our mascot does not have a name yet, but we should come up with one soon! Feel free to share your thoughts :) To answer your question: Does this help? |
Beta Was this translation helpful? Give feedback.
Hello @shawn-p-m,
Thank you for your kind words! Unfortunately, our mascot does not have a name yet, but we should come up with one soon! Feel free to share your thoughts :)
To answer your question:
Honeybadger Vue uses the core Honeybadger Js client. It registers an error handler for vue errors which allows reporting errors automatically to Honeybadger. It also sets up a
$honeybadger
variable available to all components for easier manual reporting.You can install
@honeybadger-io/vue
forvue 2.x
or@honeybadger-io/vue@next
forvue 3.x
.Does this help?