diff --git a/workbench/nextjs-turbopack/instrumentation.ts b/workbench/nextjs-turbopack/instrumentation.ts deleted file mode 100644 index 174137a971..0000000000 --- a/workbench/nextjs-turbopack/instrumentation.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { registerOTel } from '@vercel/otel'; - -registerOTel({ serviceName: 'example-nextjs-workflow' }); - -if (process.env.NEXT_RUNTIME !== 'edge') { - // kickstart the world - import('workflow/runtime').then(async ({ getWorld }) => { - await getWorld().start?.(); - }); -} diff --git a/workbench/nextjs-webpack/instrumentation.ts b/workbench/nextjs-webpack/instrumentation.ts deleted file mode 120000 index ebe5506efe..0000000000 --- a/workbench/nextjs-webpack/instrumentation.ts +++ /dev/null @@ -1 +0,0 @@ -../nextjs-turbopack/instrumentation.ts \ No newline at end of file