We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64eb593 commit 2e98926Copy full SHA for 2e98926
packages/core/src/request.ts
@@ -5,7 +5,7 @@ import { API } from './api';
5
6
/** A generic client request. */
7
export interface SentryRequest {
8
- body: string | Buffer;
+ body: string;
9
url: string;
10
// headers would contain auth & content-type headers for @sentry/node, but
11
// since @sentry/browser avoids custom headers to prevent CORS preflight
0 commit comments