feat(node): Migrate to @fastify/otel
#33355
Annotations
4 errors and 1 warning
Run integration tests:
packages/remix/test/integration/test/server/utils/helpers.ts#L5
SyntaxError: Named export 'FastifyOtelInstrumentation' not found. The requested module '@fastify/otel' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@fastify/otel';
const { FastifyOtelInstrumentation } = pkg;
❯ test/integration/test/server/utils/helpers.ts:5:31
❯ test/integration/test/server/instrumentation/action.test.ts:2:31
|
Run integration tests:
packages/remix/test/integration/test/server/utils/helpers.ts#L5
SyntaxError: Named export 'FastifyOtelInstrumentation' not found. The requested module '@fastify/otel' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@fastify/otel';
const { FastifyOtelInstrumentation } = pkg;
❯ test/integration/test/server/utils/helpers.ts:5:31
❯ test/integration/test/server/instrumentation/loader.test.ts:2:31
|
Run integration tests:
packages/remix/test/integration/test/server/utils/helpers.ts#L5
SyntaxError: Named export 'FastifyOtelInstrumentation' not found. The requested module '@fastify/otel' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@fastify/otel';
const { FastifyOtelInstrumentation } = pkg;
❯ test/integration/test/server/utils/helpers.ts:5:31
❯ test/integration/test/server/instrumentation/ssr.test.ts:2:31
|
Run integration tests
Process completed with exit code 1.
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Loading