File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts
google-cloud-serverless/src Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ const DEPENDENTS: Dependent[] = [
4141 ignoreExports : [
4242 // Not needed for Astro
4343 'setupFastifyErrorHandler' ,
44- // Todo(metrics): Add metrics exports for beta
45- 'metrics' ,
4644 ] ,
4745 } ,
4846 {
@@ -56,8 +54,6 @@ const DEPENDENTS: Dependent[] = [
5654 'childProcessIntegration' ,
5755 'systemErrorIntegration' ,
5856 'pinoIntegration' ,
59- // Todo(metrics): Add metrics exports for beta
60- 'metrics' ,
6157 ] ,
6258 } ,
6359 {
@@ -79,8 +75,6 @@ const DEPENDENTS: Dependent[] = [
7975 ignoreExports : [
8076 // Not needed for Serverless
8177 'setupFastifyErrorHandler' ,
82- // Todo(metrics): Add metrics exports for beta
83- 'metrics' ,
8478 ] ,
8579 } ,
8680 {
@@ -90,8 +84,6 @@ const DEPENDENTS: Dependent[] = [
9084 ignoreExports : [
9185 // Not needed for Serverless
9286 'setupFastifyErrorHandler' ,
93- // Todo(metrics): Add metrics exports for beta
94- 'metrics' ,
9587 ] ,
9688 } ,
9789 {
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ export {
162162 statsigIntegration ,
163163 unleashIntegration ,
164164 growthbookIntegration ,
165+ metrics ,
165166} from '@sentry/node' ;
166167
167168export { init } from './server/sdk' ;
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export {
148148 statsigIntegration ,
149149 unleashIntegration ,
150150 growthbookIntegration ,
151+ metrics ,
151152} from '@sentry/node' ;
152153
153154export {
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export type {
1616 Thread ,
1717 User ,
1818 FeatureFlagsIntegration ,
19+ Metric ,
1920} from '@sentry/core' ;
2021
2122export {
@@ -164,6 +165,7 @@ export {
164165 OpenFeatureIntegrationHook ,
165166 statsigIntegration ,
166167 unleashIntegration ,
168+ metrics ,
167169} from '@sentry/node' ;
168170
169171export {
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export {
148148 OpenFeatureIntegrationHook ,
149149 statsigIntegration ,
150150 unleashIntegration ,
151+ metrics ,
151152} from '@sentry/node' ;
152153
153154export {
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ export {
128128 createConsolaReporter ,
129129 createSentryWinstonTransport ,
130130 vercelAIIntegration ,
131+ metrics ,
131132} from '@sentry/node' ;
132133
133134// We can still leave this for the carrier init and type exports
You can’t perform that action at this time.
0 commit comments