File tree Expand file tree Collapse file tree 10 files changed +49
-0
lines changed Expand file tree Collapse file tree 10 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ export {
9393 continueTrace ,
9494 cron ,
9595 parameterize ,
96+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
97+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
98+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
99+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
96100} from '@sentry/node' ;
97101
98102// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ export {
7676 parameterize ,
7777} from '@sentry/core' ;
7878
79+ export {
80+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
81+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
82+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
83+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
84+ } from '@sentry/core' ;
85+
7986export { WINDOW } from './helpers' ;
8087export { BrowserClient } from './client' ;
8188export { makeFetchTransport , makeXHRTransport } from './transports' ;
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ export {
117117 onUncaughtExceptionIntegration ,
118118 onUnhandledRejectionIntegration ,
119119 spotlightIntegration ,
120+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
121+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
122+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
123+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
120124} from '@sentry/node' ;
121125
122126export { BunClient } from './client' ;
Original file line number Diff line number Diff line change @@ -85,7 +85,12 @@ export {
8585 linkedErrorsIntegration ,
8686 functionToStringIntegration ,
8787 requestDataIntegration ,
88+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
89+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
90+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
91+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
8892} from '@sentry/core' ;
93+
8994export type { SpanStatusType } from '@sentry/core' ;
9095
9196export { DenoClient } from './client' ;
Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ export {
9898 functionToStringIntegration ,
9999 inboundFiltersIntegration ,
100100 linkedErrorsIntegration ,
101+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
102+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
103+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
104+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
101105} from '@sentry/node' ;
102106
103107export type {
Original file line number Diff line number Diff line change @@ -90,7 +90,16 @@ export {
9090 linkedErrorsIntegration ,
9191 requestDataIntegration ,
9292} from '@sentry/core' ;
93+
94+ export {
95+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
96+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
97+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
98+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
99+ } from '@sentry/core' ;
100+
93101export type { SpanStatusType } from '@sentry/core' ;
102+
94103export { autoDiscoverNodePerformanceMonitoringIntegrations } from './tracing' ;
95104
96105export { NodeClient } from './client' ;
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ export {
104104 runWithAsyncContext ,
105105 // eslint-disable-next-line deprecation/deprecation
106106 enableAnrDetection ,
107+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
108+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
109+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
110+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
107111} from '@sentry/node' ;
108112
109113// Keeping the `*` exports for backwards compatibility and types
Original file line number Diff line number Diff line change @@ -107,4 +107,8 @@ export {
107107 httpIntegration ,
108108 nativeNodeFetchintegration ,
109109 spotlightIntegration ,
110+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
111+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
112+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
113+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
110114} from '@sentry/node' ;
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ export {
9999 runWithAsyncContext ,
100100 // eslint-disable-next-line deprecation/deprecation
101101 enableAnrDetection ,
102+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
103+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
104+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
105+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
102106} from '@sentry/node' ;
103107
104108// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ export {
8686 inboundFiltersIntegration ,
8787 linkedErrorsIntegration ,
8888 requestDataIntegration ,
89+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
90+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
91+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
92+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
8993} from '@sentry/core' ;
9094export type { SpanStatusType } from '@sentry/core' ;
9195
You can’t perform that action at this time.
0 commit comments