Skip to content

Commit

Permalink
error.type and db.response.status_code for jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 18, 2025
1 parent d1b9596 commit 9956b7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

@ExtendWith(MockitoExtension.class)
class DbClientSpanNameExtractorTest {
@Mock DbClientAttributesGetter<DbRequest> dbAttributesGetter;
@Mock SqlClientAttributesGetter<DbRequest> sqlAttributesGetter;
@Mock DbClientAttributesGetter<DbRequest, Void> dbAttributesGetter;
@Mock SqlClientAttributesGetter<DbRequest, Void> sqlAttributesGetter;

@Test
void shouldExtractFullSpanName() {
Expand Down

0 comments on commit 9956b7b

Please sign in to comment.