Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ StackTrace
Method
StackTrace
internal/debug/debug.go:58–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
func
EarliestStackTrace(err error) error {
57
type
pkgErrorsStackTracer
interface
{ StackTrace() errors.StackTrace }
58
type
redactStackTracer
interface
{ StackTrace() []runtime.Frame }
59
60
var
stErr error
61
for
err != nil {
Callers
3
newSentryException
Function · 0.65
TestStackTrace
Function · 0.65
TestMissingStackTrace
Function · 0.65
Implementers
1
safeError
internal/redact/redact.go
Calls
no outgoing calls
Tested by
2
TestStackTrace
Function · 0.52
TestMissingStackTrace
Function · 0.52