Skip to content

Commit eae66a0

Browse files
committed
fix(store): import _compasSentryEnableQuerySpans
1 parent 5d81f75 commit eae66a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/store/src/query.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// @ts-nocheck
22

3-
import { _compasSentryExport, isNil } from "@compas/stdlib";
3+
import {
4+
_compasSentryEnableQuerySpans,
5+
_compasSentryExport,
6+
isNil,
7+
} from "@compas/stdlib";
48

59
/**
610
* Format and append query parts, and execute the final result in a safe way.

0 commit comments

Comments
 (0)