[release-10.4.18] Go: Bump to 1.24.2 (#103531)
* Go: Bump to 1.24.2 * CI: Update golangci-lint * feat: update swagger * fix: more lints * fix: lints
This commit is contained in:
@@ -10,7 +10,6 @@ func TransformException(ctx context.Context, ex *Exception, store *SourceMapStor
|
||||
frames := []Frame{}
|
||||
|
||||
for _, frame := range ex.Stacktrace.Frames {
|
||||
frame := frame
|
||||
mappedFrame, err := store.resolveSourceLocation(ctx, frame)
|
||||
if err != nil {
|
||||
frames = append(frames, frame)
|
||||
|
||||
Reference in New Issue
Block a user