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
feat: Clean up docs for networkTimeout config option
We add a networkTimeout attribute to the `iopipe-js/core` `getFileUploadMeta` network request. This
can be overridden by modules that call this method, including iopipe-js-profiler.
fixiopipe/iopipe-js-core#300, fixiopipe/iopipe-js-core#299
feat(inspector): use native v8 inspector
BREAKING CHANGE: Use the *Experimental* built-in inspector for profiling. Bumps required Node version to v8.10+.
Fixes#48