We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8224577 commit a945e25Copy full SHA for a945e25
1 file changed
packages/core/src/util/applicationUnderMonitoring.js
@@ -189,7 +189,6 @@ function getMainPackageJsonPathStartingAtDirectory(startDirectory, cb) {
189
190
// CASE: node --require .../src/immediate.js
191
if (!mainModule?.filename) {
192
- logger.warn('Application entrypoint could not be identified. Package.json resolution will be skipped.');
193
const err = new Error('Application entrypoint could not be identified. Search for package.json failed.');
194
195
// @ts-ignore
0 commit comments