We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c39f95 commit 22b8497Copy full SHA for 22b8497
src/schema/GetSchemaTask.ts
@@ -100,7 +100,7 @@ export class GetPrivateSchemasTask extends GetSchemaTask {
100
} catch (error) {
101
const { category, httpStatus } = classifyAwsError(error);
102
this.telemetry.count('getSchemas.error', 1, {
103
- attributes: { category, httpStatus: httpStatus ?? 0 },
+ attributes: { category, httpStatus },
104
});
105
this.logger.error(error, 'Failed to get private schemas');
106
throw error;
0 commit comments