File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ Use one of the following methods to install Exceptionless into your browser appl
87
87
88
88
``` html
89
89
<script type =" module" >
90
- import { Exceptionless } from " https://unpkg.com/@exceptionless/browser" ;
90
+ import { Exceptionless } from " https://unpkg.com/@exceptionless/browser" ;
91
91
92
- await Exceptionless .startup ((c ) => {
93
- c .apiKey = " API_KEY_HERE" ;
94
- c .usePersistedQueueStorage = true ;
95
- });
92
+ await Exceptionless .startup ((c ) => {
93
+ c .apiKey = " API_KEY_HERE" ;
94
+ c .usePersistedQueueStorage = true ;
95
+ });
96
96
</script >
97
97
```
98
98
@@ -185,6 +185,7 @@ manually send exceptions to the service. You can do so by using code like this:
185
185
186
186
``` js
187
187
import { Exceptionless } from " @exceptionless/node" ;
188
+
188
189
await Exceptionless .startup (" API_KEY_HERE" );
189
190
190
191
try {
You can’t perform that action at this time.
0 commit comments