You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
chore(deps): upgrade pprof to v3.3.0 [security] (#883)
This caused an issue where the proto definitions in `protos/` are
incompatible with those returned from pprof. The fix I assumed was to
regenerate the protos with `npm run protos`, however this fails because
the third_party directory was removed in #486.
To make things work, I instead just imported the same proto definitions
from pprof library. I will delete the now unused `protos/` directory for
the next major version release as someone could theoretically have been
importing them from build, just to be safe.
0 commit comments