Skip to content

Commit

Permalink
feat(mongodb4): small change to fix CLA auth
Browse files Browse the repository at this point in the history
  • Loading branch information
osherv committed Jan 9, 2022
1 parent 009f16f commit b1d7aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export class MongoDBInstrumentation extends InstrumentationBase<
[SemanticAttributes.DB_MONGODB_COLLECTION]: ns.collection,
});
}
// capture parameters within the query as well if enhancedDatabaseReporting is enabled.
// capture parameters within the query as well if enhancedDatabaseReporting is enabled
let commandObj: Record<string, unknown>;
if (command && command.documents) {
commandObj = command.documents[0];
Expand Down

0 comments on commit b1d7aad

Please sign in to comment.