Skip to content

Commit

Permalink
ref: Remove buffer from core package
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jul 24, 2020
1 parent 64eb593 commit 2e98926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { API } from './api';

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

0 comments on commit 2e98926

Please sign in to comment.