Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'develop' into cg-JS-1207
  • Loading branch information
chargome committed Dec 3, 2025
commit 2a2613dfd6feff9ce473ace8f261167791a70325
4 changes: 4 additions & 0 deletions packages/nextjs/src/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// import/export got a false positive, and affects most of our index barrel files
// can be removed once following issue is fixed: https://github.com/import-js/eslint-plugin-import/issues/703
/* eslint-disable import/export */
import { context } from '@opentelemetry/api';
import {
ATTR_HTTP_ROUTE,
ATTR_URL_QUERY,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.