File tree 3 files changed +0
-26
lines changed
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
5
5
import { BrowserLifeCyclePlugin } from "./plugins/BrowserLifeCyclePlugin.js" ;
6
6
import { BrowserModuleInfoPlugin } from "./plugins/BrowserModuleInfoPlugin.js" ;
7
7
import { BrowserRequestInfoPlugin } from "./plugins/BrowserRequestInfoPlugin.js" ;
8
- import { BrowserWrapFunctions } from "./plugins/BrowserWrapFunctions.js" ;
9
8
10
9
export class BrowserExceptionlessClient extends ExceptionlessClient {
11
10
public async startup ( configurationOrApiKey ?: ( config : Configuration ) => void | string ) : Promise < void > {
@@ -17,7 +16,6 @@ export class BrowserExceptionlessClient extends ExceptionlessClient {
17
16
config . addPlugin ( new BrowserLifeCyclePlugin ( ) ) ;
18
17
config . addPlugin ( new BrowserModuleInfoPlugin ( ) ) ;
19
18
config . addPlugin ( new BrowserRequestInfoPlugin ( ) ) ;
20
- config . addPlugin ( new BrowserWrapFunctions ( ) ) ;
21
19
config . addPlugin ( new BrowserErrorPlugin ( ) ) ;
22
20
}
23
21
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ export { BrowserGlobalHandlerPlugin } from "./plugins/BrowserGlobalHandlerPlugin
3
3
export { BrowserLifeCyclePlugin } from "./plugins/BrowserLifeCyclePlugin.js" ;
4
4
export { BrowserModuleInfoPlugin } from "./plugins/BrowserModuleInfoPlugin.js" ;
5
5
export { BrowserRequestInfoPlugin } from "./plugins/BrowserRequestInfoPlugin.js" ;
6
- export { BrowserWrapFunctions } from "./plugins/BrowserWrapFunctions.js" ;
7
6
export { BrowserExceptionlessClient } from "./BrowserExceptionlessClient.js" ;
8
7
9
8
import { BrowserExceptionlessClient } from "./BrowserExceptionlessClient.js" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments