Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Jan 27, 2025
1 parent 5034f47 commit 34d674c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions instrumentation/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,13 @@ var packages = map[Package]PackageInfo{
},
}

var StandardPackages = map[string]struct{}{
"log/slog": {},
"os": {},
"net/http": {},
"database/sql": {},
}

func staticName(name string) func(OperationContext) string {
return func(_ OperationContext) string {
return name
Expand Down

0 comments on commit 34d674c

Please sign in to comment.