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 @@ -69,6 +69,10 @@ export {
6969 continueTrace ,
7070 cron ,
7171 parameterize ,
72+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
73+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
74+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
75+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
7276} from '@sentry/node' ;
7377
7478// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ export {
6969 parameterize ,
7070} from '@sentry/core' ;
7171
72+ export {
73+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
74+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
75+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
76+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
77+ } from '@sentry/core' ;
78+
7279export { WINDOW } from './helpers' ;
7380export { BrowserClient } from './client' ;
7481export { makeFetchTransport , makeXHRTransport } from './transports' ;
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ export {
101101 onUncaughtExceptionIntegration ,
102102 onUnhandledRejectionIntegration ,
103103 spotlightIntegration ,
104+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
105+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
106+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
107+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
104108} from '@sentry/node' ;
105109
106110export { BunClient } from './client' ;
Original file line number Diff line number Diff line change @@ -73,7 +73,12 @@ export {
7373 linkedErrorsIntegration ,
7474 functionToStringIntegration ,
7575 requestDataIntegration ,
76+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
77+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
78+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
79+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
7680} from '@sentry/core' ;
81+
7782export type { SpanStatusType } from '@sentry/core' ;
7883
7984export { DenoClient } from './client' ;
Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ export {
8484 functionToStringIntegration ,
8585 inboundFiltersIntegration ,
8686 linkedErrorsIntegration ,
87+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
88+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
89+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
90+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
8791} from '@sentry/node' ;
8892
8993export type {
Original file line number Diff line number Diff line change @@ -76,7 +76,16 @@ export {
7676 linkedErrorsIntegration ,
7777 requestDataIntegration ,
7878} from '@sentry/core' ;
79+
80+ export {
81+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
82+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
83+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
84+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
85+ } from '@sentry/core' ;
86+
7987export type { SpanStatusType } from '@sentry/core' ;
88+
8089export { autoDiscoverNodePerformanceMonitoringIntegrations } from './tracing' ;
8190
8291export { NodeClient } from './client' ;
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ export {
9090 createGetModuleFromFilename ,
9191 hapiErrorPlugin ,
9292 runWithAsyncContext ,
93+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
94+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
95+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
96+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
9397} from '@sentry/node' ;
9498
9599// Keeping the `*` exports for backwards compatibility and types
Original file line number Diff line number Diff line change @@ -95,4 +95,8 @@ export {
9595 httpIntegration ,
9696 nativeNodeFetchintegration ,
9797 spotlightIntegration ,
98+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
99+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
100+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
101+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
98102} from '@sentry/node' ;
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ export {
8383 hapiErrorPlugin ,
8484 metrics ,
8585 runWithAsyncContext ,
86+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
87+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
88+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
89+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
8690} from '@sentry/node' ;
8791
8892// We can still leave this for the carrier init and type exports
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ export {
7474 inboundFiltersIntegration ,
7575 linkedErrorsIntegration ,
7676 requestDataIntegration ,
77+ SEMANTIC_ATTRIBUTE_SENTRY_OP ,
78+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
79+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
80+ SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
7781} from '@sentry/core' ;
7882export type { SpanStatusType } from '@sentry/core' ;
7983
You can’t perform that action at this time.
0 commit comments