feat: Normalized server logging (#2567)
* feat: Normalize logging * Remove scattered console.error + Sentry.captureException * Remove mention of debug * cleanup dev output * Edge cases, docs * Refactor: Move logger, metrics, sentry under 'logging' folder. Trying to reduce the amount of things under generic 'utils' * cleanup, last few console calls
This commit is contained in:
2
flow-typed/globals.js
vendored
2
flow-typed/globals.js
vendored
@ -9,6 +9,8 @@ declare var process: {
|
||||
env: {
|
||||
[string]: string,
|
||||
},
|
||||
stdout: Stream,
|
||||
stderr: Stream,
|
||||
};
|
||||
|
||||
declare var EDITOR_VERSION: string;
|
||||
|
Reference in New Issue
Block a user