File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 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
8787
8888 ``` html
8989<script type =" module" >
90- import { Exceptionless } from " https://unpkg.com/@exceptionless/browser" ;
90+ import { Exceptionless } from " https://unpkg.com/@exceptionless/browser" ;
9191
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+ });
9696 </script >
9797 ```
9898
@@ -185,6 +185,7 @@ manually send exceptions to the service. You can do so by using code like this:
185185
186186``` js
187187import { Exceptionless } from " @exceptionless/node" ;
188+
188189await Exceptionless .startup (" API_KEY_HERE" );
189190
190191try {
You can’t perform that action at this time.
0 commit comments