File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { BrowserGlobalHandlerPlugin } from "./plugins/BrowserGlobalHandlerPlugin
55import { BrowserLifeCyclePlugin } from "./plugins/BrowserLifeCyclePlugin.js" ;
66import { BrowserModuleInfoPlugin } from "./plugins/BrowserModuleInfoPlugin.js" ;
77import { BrowserRequestInfoPlugin } from "./plugins/BrowserRequestInfoPlugin.js" ;
8- import { BrowserWrapFunctions } from "./plugins/BrowserWrapFunctions.js" ;
98
109export class BrowserExceptionlessClient extends ExceptionlessClient {
1110 public async startup ( configurationOrApiKey ?: ( config : Configuration ) => void | string ) : Promise < void > {
@@ -17,7 +16,6 @@ export class BrowserExceptionlessClient extends ExceptionlessClient {
1716 config . addPlugin ( new BrowserLifeCyclePlugin ( ) ) ;
1817 config . addPlugin ( new BrowserModuleInfoPlugin ( ) ) ;
1918 config . addPlugin ( new BrowserRequestInfoPlugin ( ) ) ;
20- config . addPlugin ( new BrowserWrapFunctions ( ) ) ;
2119 config . addPlugin ( new BrowserErrorPlugin ( ) ) ;
2220 }
2321
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ export { BrowserGlobalHandlerPlugin } from "./plugins/BrowserGlobalHandlerPlugin
33export { BrowserLifeCyclePlugin } from "./plugins/BrowserLifeCyclePlugin.js" ;
44export { BrowserModuleInfoPlugin } from "./plugins/BrowserModuleInfoPlugin.js" ;
55export { BrowserRequestInfoPlugin } from "./plugins/BrowserRequestInfoPlugin.js" ;
6- export { BrowserWrapFunctions } from "./plugins/BrowserWrapFunctions.js" ;
76export { BrowserExceptionlessClient } from "./BrowserExceptionlessClient.js" ;
87
98import { BrowserExceptionlessClient } from "./BrowserExceptionlessClient.js" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments