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 17a95d3 commit 87031deCopy full SHA for 87031de
packages/core/src/types-hoist/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 {
@@ -42,7 +40,6 @@ export interface HandlerDataXhr {
42
40
interface SentryFetchData {
43
41
method: string;
44
url: string;
45
- body?: FetchInput;
46
request_body_size?: number;
47
response_body_size?: number;
48
// span_id for the fetch request
0 commit comments