Skip to content

Commit 1d8ca50

Browse files
committed
Better
1 parent adf6f00 commit 1d8ca50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/server-utils/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type {
2020
TracingChannelPayloadWithSpan,
2121
} from './tracing-channel';
2222
export { vercelAiIntegration } from './vercel-ai';
23-
export type { InstrumentationConfig } from '@apm-js-collab/code-transformer-bundler-plugins/core';
23+
export type { InstrumentationConfig } from './orchestrion';
2424
export {
2525
fastifyIntegration,
2626
// oxlint-disable-next-line typescript/no-deprecated

packages/server-utils/src/orchestrion/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export type { IORedisChannelIntegrationOptions, IORedisResponseHook } from '../i
4848
export type { PostgresJsChannelIntegrationOptions } from '../integrations/tracing-channel/postgres-js';
4949
export { redisChannelIntegration } from '../integrations/tracing-channel/redis';
5050
export type { RedisChannelIntegrationOptions, RedisResponseHook } from '../integrations/tracing-channel/redis';
51-
export type { InstrumentationConfig } from '..';
51+
export type { InstrumentationConfig } from '@apm-js-collab/code-transformer-bundler-plugins/core';
5252

5353
// The structural `graphql` package types are the single source of truth shared with `@sentry/node`'s
5454
// vendored OTel graphql instrumentation (re-exported from here so the two can't drift).

0 commit comments

Comments
 (0)