Skip to content

Commit 671533b

Browse files
committed
lint
1 parent d92c1d1 commit 671533b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/node/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export type { NodeOptions } from './types';
6161
export { addRequestDataToEvent, DEFAULT_USER_INCLUDES, extractRequestData } from '@sentry/core';
6262

6363
export {
64+
// eslint-disable-next-line deprecation/deprecation
6465
addOpenTelemetryInstrumentation,
6566
// These are custom variants that need to be used instead of the core one
6667
// As they have slightly different implementations

packages/remix/src/index.server.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
addBreadcrumb,
1717
addEventProcessor,
1818
addIntegration,
19+
// eslint-disable-next-line deprecation/deprecation
1920
addOpenTelemetryInstrumentation,
2021
// eslint-disable-next-line deprecation/deprecation
2122
addRequestDataToEvent,

packages/solidstart/src/server/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export {
77
addBreadcrumb,
88
addEventProcessor,
99
addIntegration,
10+
// eslint-disable-next-line deprecation/deprecation
1011
addOpenTelemetryInstrumentation,
1112
// eslint-disable-next-line deprecation/deprecation
1213
addRequestDataToEvent,

packages/sveltekit/src/server/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export {
77
addBreadcrumb,
88
addEventProcessor,
99
addIntegration,
10+
// eslint-disable-next-line deprecation/deprecation
1011
addOpenTelemetryInstrumentation,
1112
// eslint-disable-next-line deprecation/deprecation
1213
addRequestDataToEvent,

0 commit comments

Comments
 (0)