rsnext/packages/next/telemetry
Joe Haddad 50bd10f5f8
Use Better Telemetry Directory (#8942)
* Use Better Telemetry Directory
So, as it turns out, storing in `node_modules` is a bad idea.

Both npm and Yarn will remove additional files when you run `npm install` or `yarn install`.

Instead, we'll store this inside of Next.js' `distDir`. This should also be cached by users, if it's not, it probably won't be any worse as compared to `node_modules`.

* Fix directory name

* Fix build setup

* Record when export session is started

* Move more into branch
2019-10-03 10:21:15 -04:00
..
events Add intl and Apollo to packages of interest (#8665) 2019-09-07 15:00:08 +02:00
anonymous-meta.ts Add support for ZEIT Now CI detection (#8864) 2019-09-26 10:59:24 -04:00
ci-info.ts Add support for ZEIT Now CI detection (#8864) 2019-09-26 10:59:24 -04:00
post-payload.ts Anonymous Telemetry (#8529) 2019-08-29 12:43:06 -04:00
project-id.ts Anonymous Telemetry (#8529) 2019-08-29 12:43:06 -04:00
storage.ts Use Better Telemetry Directory (#8942) 2019-10-03 10:21:15 -04:00