File tree 4 files changed +4
-0
lines changed
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';
61
61
export { addRequestDataToEvent , DEFAULT_USER_INCLUDES , extractRequestData } from '@sentry/core' ;
62
62
63
63
export {
64
+ // eslint-disable-next-line deprecation/deprecation
64
65
addOpenTelemetryInstrumentation ,
65
66
// These are custom variants that need to be used instead of the core one
66
67
// As they have slightly different implementations
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export {
16
16
addBreadcrumb ,
17
17
addEventProcessor ,
18
18
addIntegration ,
19
+ // eslint-disable-next-line deprecation/deprecation
19
20
addOpenTelemetryInstrumentation ,
20
21
// eslint-disable-next-line deprecation/deprecation
21
22
addRequestDataToEvent ,
Original file line number Diff line number Diff line change 7
7
addBreadcrumb ,
8
8
addEventProcessor ,
9
9
addIntegration ,
10
+ // eslint-disable-next-line deprecation/deprecation
10
11
addOpenTelemetryInstrumentation ,
11
12
// eslint-disable-next-line deprecation/deprecation
12
13
addRequestDataToEvent ,
Original file line number Diff line number Diff line change 7
7
addBreadcrumb ,
8
8
addEventProcessor ,
9
9
addIntegration ,
10
+ // eslint-disable-next-line deprecation/deprecation
10
11
addOpenTelemetryInstrumentation ,
11
12
// eslint-disable-next-line deprecation/deprecation
12
13
addRequestDataToEvent ,
You can’t perform that action at this time.
0 commit comments