Skip to content

Commit

Permalink
fix(cassandra): include dropped attributes count in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Apr 21, 2023
1 parent 2845d71 commit e82964f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function assertErrorSpan(
const events = [
{
name: 'exception',
droppedAttributesCount: 0,
attributes: {
[SemanticAttributes.EXCEPTION_STACKTRACE]: error.stack,
[SemanticAttributes.EXCEPTION_MESSAGE]: error.message,
Expand Down

0 comments on commit e82964f

Please sign in to comment.