We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea9f0e commit 4e55ab9Copy full SHA for 4e55ab9
apps/api/src/routes/public/flags.ts
@@ -1,7 +1,7 @@
1
import { and, db, eq, flags, isNull, or } from "@databuddy/db";
2
-import { record, setAttributes } from "@elysiajs/opentelemetry";
3
import { Elysia, t } from "elysia";
4
import { logger } from "@/lib/logger";
+import { record, setAttributes } from "@/lib/tracing";
5
6
const flagQuerySchema = t.Object({
7
key: t.String(),
0 commit comments