File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export type { NodeOptions } from './types';
6161export { addRequestDataToEvent , DEFAULT_USER_INCLUDES , extractRequestData } from '@sentry/core' ;
6262
6363export {
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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 77 addBreadcrumb ,
88 addEventProcessor ,
99 addIntegration ,
10+ // eslint-disable-next-line deprecation/deprecation
1011 addOpenTelemetryInstrumentation ,
1112 // eslint-disable-next-line deprecation/deprecation
1213 addRequestDataToEvent ,
Original file line number Diff line number Diff line change 77 addBreadcrumb ,
88 addEventProcessor ,
99 addIntegration ,
10+ // eslint-disable-next-line deprecation/deprecation
1011 addOpenTelemetryInstrumentation ,
1112 // eslint-disable-next-line deprecation/deprecation
1213 addRequestDataToEvent ,
You can’t perform that action at this time.
0 commit comments