Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bezecny committed Oct 30, 2023
1 parent e49230d commit 760d3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func MarshalStack(err error) interface{} {
out := make([]map[string]string, 0, len(ue.ErrRoot.Stack))
for _, frame := range ue.ErrRoot.Stack {
// stop processing for stack not from hrnogomet
// TODO: do we need this here?
parsedPath := strings.Split(frame.File, "hrnogomet-api")
if len(parsedPath) < 2 {
break
Expand Down

0 comments on commit 760d3e9

Please sign in to comment.