Skip to content

Commit

Permalink
Revert "Revert "comment out to try fix IT""
Browse files Browse the repository at this point in the history
This reverts commit b645622.
  • Loading branch information
marctc committed Jul 11, 2024
1 parent 9281742 commit 04f16b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/internal/goexec/offsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ func InspectOffsets(cfg *otel.TracesConfig, execElf *exec.FileInfo, funcs []stri
// symTab would be used to find the function name from the address when
// captuing Go errors. If the option is disabled, whe don't need to keep
// the symbol table in memory.
if !cfg.ReportExceptionEvents {
symTab = nil
}
// if !cfg.ReportExceptionEvents {
// symTab = nil
// }
if len(found) == 0 {
return nil, fmt.Errorf("couldn't find any instrumentation point in %s", execElf.CmdExePath)
}
Expand Down

0 comments on commit 04f16b5

Please sign in to comment.