Skip to content

Commit

Permalink
Merge pull request #5136 from Shopify/report-BP-id-to-bugsnag
Browse files Browse the repository at this point in the history
Include business platform ID in bugsnag info
  • Loading branch information
amcaplan authored Jan 7, 2025
2 parents 3030ed0 + d5c7503 commit 0401f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-kit/src/public/node/error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export async function addBugsnagMetadata(event: any, config: Interfaces.Config):
const commandData = {} as {[key: string]: unknown}
const environmentData = {} as {[key: string]: unknown}
const miscData = {} as {[key: string]: unknown}
const appKeys = ['api_key', 'partner_id', 'project_type']
const appKeys = ['api_key', 'business_platform_id', 'partner_id', 'project_type']
const commandKeys = ['command']
const environmentKeys = ['cli_version', 'node_version', 'uname']

Expand Down

0 comments on commit 0401f70

Please sign in to comment.