We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FetchInput
1 parent fc4f4c6 commit 81a7408Copy full SHA for 81a7408
packages/types/src/instrument.ts
@@ -6,8 +6,6 @@ import type { WebFetchHeaders } from './webfetchapi';
6
// Make sure to cast it where needed!
7
type XHRSendInput = unknown;
8
9
-type FetchInput = unknown;
10
-
11
export type ConsoleLevel = 'debug' | 'info' | 'warn' | 'error' | 'log' | 'assert' | 'trace';
12
13
export interface SentryWrappedXMLHttpRequest {
@@ -39,7 +37,6 @@ export interface HandlerDataXhr {
39
37
interface SentryFetchData {
40
38
method: string;
41
url: string;
42
- body?: FetchInput;
43
request_body_size?: number;
44
response_body_size?: number;
45
// span_id for the fetch request
0 commit comments