diff --git a/plugins/node/opentelemetry-instrumentation-cassandra/test/cassandra-driver.test.ts b/plugins/node/opentelemetry-instrumentation-cassandra/test/cassandra-driver.test.ts index 54fa10aacb..5be436877a 100644 --- a/plugins/node/opentelemetry-instrumentation-cassandra/test/cassandra-driver.test.ts +++ b/plugins/node/opentelemetry-instrumentation-cassandra/test/cassandra-driver.test.ts @@ -109,6 +109,7 @@ function assertErrorSpan( const events = [ { name: 'exception', + droppedAttributesCount: 0, attributes: { [SemanticAttributes.EXCEPTION_STACKTRACE]: error.stack, [SemanticAttributes.EXCEPTION_MESSAGE]: error.message,