Skip to content

Commit 29cd395

Browse files
authored
fix(overlay): Show all queries (#677)
Fixes #676
1 parent 92ffcc9 commit 29cd395

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/grumpy-cheetahs-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@spotlightjs/overlay': patch
3+
---
4+
5+
Ensure queries from all db ops are shown

packages/overlay/src/integrations/sentry/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const DB_SPAN_REGEX = /^db(\.[A-Za-z]+)?$/;
1+
export const DB_SPAN_REGEX = /^db(?:\.[A-Za-z]+)*$/;
22

33
export const RESOURCES_SORT_KEYS = {
44
avgDuration: 'AVG_DURATION',

0 commit comments

Comments
 (0)