You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: examples/bundled/src/components/HelloWorld.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<template>
2
2
<divclass="hello">
3
-
<p>This example shows how to initialize the <code>bugsnagClient</code> once and import<br/>it invarious parts of your application to report your own errors to Bugsnag.</p>
3
+
<p>This example shows how to initialize the <code>bugsnagClient</code> once and import<br/>it in various parts of your application to report your own errors to Bugsnag.</p>
4
4
5
5
<h3>Use case: notifying Bugsnag of a handled error</h3>
6
6
<p>Example: we try to parse some user-provided JSON which we know might fail</p>
0 commit comments