Versions in this module Expand all Collapse all v2 v2.6.3 Nov 15, 2024 Changes in this version + func IsLibraryPackage(pkg string) bool + func RegisterApplicationPackage(pkg ...string) + func RegisterLibraryPackage(pkg ...string) + func SplitFunctionName(in string) (packagePath, function string) + type Frame struct + File string + Function string + Line int + func AppendCallerFrames(frames []Frame, callers []uintptr, n int) []Frame + func AppendErrorStacktrace(frames []Frame, err error, n int) []Frame + func AppendStacktrace(frames []Frame, skip, n int) []Frame + func RuntimeFrame(in runtime.Frame) Frame