Skip to content

Commit

Permalink
Add client to API calls
Browse files Browse the repository at this point in the history
Adding client appears to have calls show up using the client id on the API usage report, but it does not seem to be consistent, SOAP API calls appear to be missing from the report completely.

resolves #672
  • Loading branch information
paustint committed Dec 11, 2023
1 parent bd56e3a commit 6ed9afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/app/routes/route.middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export async function getOrgForRequest(
// http://www.fishofprey.com/2016/03/salesforce-forcecom-ide-superpowers.html
// FIXME: this breaks some orgs
// client: `apex_eclipse/v${apiVersion || org.apiVersion || ENV.SFDC_API_VERSION}`,
client: 'jetstream',
},
};

Expand Down

0 comments on commit 6ed9afa

Please sign in to comment.