Skip to content

Commit c13f311

Browse files
committed
chore: cleanup
1 parent 58431de commit c13f311

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/options.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { BaseBrowserOptions } from '@sentry/browser/types/client';
21
import { BrowserTransportOptions } from '@sentry/browser/types/transports/types';
32
// import { ProfilerProps } from '@sentry/react/types/profiler';
43
import { ClientOptions, Options } from '@sentry/types';
@@ -121,7 +120,7 @@ export interface BaseNativescriptOptions {
121120
* @see ReactNativeFrontend for more information.
122121
*/
123122

124-
export interface NativescriptOptions extends Options<BrowserTransportOptions>, BaseBrowserOptions, BaseNativescriptOptions, NativescriptErrorHandlersOptions {
123+
export interface NativescriptOptions extends Options<BrowserTransportOptions>, BaseNativescriptOptions, NativescriptErrorHandlersOptions {
125124
headers?: {[k: string]: string};
126125
/**
127126
* Optional prefix to add while rewriting frames
@@ -140,7 +139,7 @@ export interface NativescriptOptions extends Options<BrowserTransportOptions>, B
140139
};
141140
}
142141

143-
export interface NativescriptClientOptions extends ClientOptions<BrowserTransportOptions>, BaseBrowserOptions, BaseNativescriptOptions {
142+
export interface NativescriptClientOptions extends ClientOptions<BrowserTransportOptions>, BaseNativescriptOptions {
144143

145144

146145
}

0 commit comments

Comments
 (0)