Skip to content

Commit 81a7408

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/types/src/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 {
@@ -39,7 +37,6 @@ export interface HandlerDataXhr {
3937
interface SentryFetchData {
4038
method: string;
4139
url: string;
42-
body?: FetchInput;
4340
request_body_size?: number;
4441
response_body_size?: number;
4542
// span_id for the fetch request

0 commit comments

Comments
 (0)