Skip to content

Commit 4e55ab9

Browse files
committed
fix: tracing in flags
1 parent 3ea9f0e commit 4e55ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/routes/public/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { and, db, eq, flags, isNull, or } from "@databuddy/db";
2-
import { record, setAttributes } from "@elysiajs/opentelemetry";
32
import { Elysia, t } from "elysia";
43
import { logger } from "@/lib/logger";
4+
import { record, setAttributes } from "@/lib/tracing";
55

66
const flagQuerySchema = t.Object({
77
key: t.String(),

0 commit comments

Comments
 (0)