Skip to content

Commit 87031de

Browse files
committed
fix(browser): Remove unnecessary FetchInput type
Signed-off-by: Kaung Zin Hein <[email protected]>
1 parent 17a95d3 commit 87031de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/types-hoist/instrument.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import type { WebFetchHeaders } from './webfetchapi';
66
// Make sure to cast it where needed!
77
type XHRSendInput = unknown;
88

9-
type FetchInput = unknown;
10-
119
export type ConsoleLevel = 'debug' | 'info' | 'warn' | 'error' | 'log' | 'assert' | 'trace';
1210

1311
export interface SentryWrappedXMLHttpRequest {
@@ -42,7 +40,6 @@ export interface HandlerDataXhr {
4240
interface SentryFetchData {
4341
method: string;
4442
url: string;
45-
body?: FetchInput;
4643
request_body_size?: number;
4744
response_body_size?: number;
4845
// span_id for the fetch request

0 commit comments

Comments
 (0)