Skip to content

Commit 2e98926

Browse files
committed
ref: Remove buffer from core package
1 parent 64eb593 commit 2e98926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { API } from './api';
55

66
/** A generic client request. */
77
export interface SentryRequest {
8-
body: string | Buffer;
8+
body: string;
99
url: string;
1010
// headers would contain auth & content-type headers for @sentry/node, but
1111
// since @sentry/browser avoids custom headers to prevent CORS preflight

0 commit comments

Comments
 (0)