Skip to content

Commit

Permalink
Include business platform ID in bugsnag info
Browse files Browse the repository at this point in the history
  • Loading branch information
amcaplan committed Jan 6, 2025
1 parent 4e108fc commit d5c7503
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 d5c7503

Please sign in to comment.