Skip to content

Commit

Permalink
fix(contrib/uptrace/bun): use DDServiceV0
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Sep 2, 2024
1 parent eea74d2 commit 8c646bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
},
Expand Down

0 comments on commit 8c646bb

Please sign in to comment.