impress-2020/scripts
Matchu e5081dab7e Disable honeycomb auto instrumentation
Huh, well, I can't figure out what in our production env stopped working with Honeycomb's automatic instrumentation… so, oh well! Let's try disabling it for now and see if it works.

This means our Honeycomb logs will no longer include _super helpful_ visualizations of how HTTP requests and MySQL queries create a request dependency waterfall… but I haven't opened Honeycomb in a while, and this bug is blocking all of prod, so if this fixes the site then I'm okay with that as a stopgap!

Btw the error message was:
```
Unhandled rejection: TypeError: Cannot read property 'id' of undefined    at exports.instrumentLoad (/var/task/node_modules/honeycomb-beeline/lib/instrumentation.js:80:14)    at Function._load (/var/task/node_modules/honeycomb-beeline/lib/instrumentation.js:164:16)    at ModuleWrap.<anonymous> (internal/modules/esm/translators.js:199:29)    at ModuleJob.run (internal/modules/esm/module_job.js:169:25)    at Loader.import (internal/modules/esm/loader.js:177:24)
```

Oh also, this is the first time eslint has looked at scripts/build-cached-data.js I guess, so I fixed some lint errors in there.
2021-08-08 00:14:55 -07:00
..
exported-user-data delete-user.js script 2021-03-10 05:19:51 -08:00
build-cached-data.js Disable honeycomb auto instrumentation 2021-08-08 00:14:55 -07:00
cache-asset-manifests.js Keep track of when manifest was last cached 2021-03-11 02:23:40 -08:00
delete-user.js delete-user.js script 2021-03-10 05:19:51 -08:00
export-users-to-auth0.js Add --upsert option to auth0 script 2021-06-16 08:24:59 -07:00
setup-mysql-dev-constants.sql add closet_lists to dev schema too 2020-10-22 20:32:02 -07:00
setup-mysql-dev-schema.sql add closet_lists to dev schema too 2020-10-22 20:32:02 -07:00
setup-mysql.sql Finish outfit auto-saving! 2021-05-04 12:33:13 -07:00