Skip to content

Commit

Permalink
Remove X-OSDK-Request-Context header
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantpark04 committed Jul 26, 2024
1 parent e2ab8db commit e1af720
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ export const addUserAgentAndRequestContextHeaders = (
fetch: createFetchHeaderMutator(
client.fetch,
(headers) => {
headers.set(
"X-OSDK-Request-Context",
JSON.stringify(client.requestContext),
);

if (withMetadata.osdkMetadata) {
headers.set(
"Fetch-User-Agent",
Expand Down

0 comments on commit e1af720

Please sign in to comment.