From 8c646bb10c5416dc734a54ce9163036ee6f30cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Mon, 2 Sep 2024 16:31:56 +0200 Subject: [PATCH] fix(contrib/uptrace/bun): use DDServiceV0 --- instrumentation/packages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/packages.go b/instrumentation/packages.go index 4136cc4c93..f77ae3e393 100644 --- a/instrumentation/packages.go +++ b/instrumentation/packages.go @@ -725,7 +725,7 @@ var packages = map[Package]PackageInfo{ TracedPackage: "github.com/uptrace/bun", naming: map[Component]componentNames{ ComponentDefault: { - useDDServiceV0: false, + useDDServiceV0: true, buildServiceNameV0: staticName("bun.db"), }, },