Skip to content

Commit b3e65e0

Browse files
authored
feat(cloudflare): Add metrics exports (#18147)
closes #18150
1 parent c2a53e7 commit b3e65e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cloudflare/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type {
1616
Stacktrace,
1717
Thread,
1818
User,
19+
Metric,
1920
} from '@sentry/core';
2021

2122
export type { CloudflareOptions } from './client';
@@ -100,6 +101,7 @@ export {
100101
featureFlagsIntegration,
101102
growthbookIntegration,
102103
logger,
104+
metrics,
103105
} from '@sentry/core';
104106

105107
export { withSentry } from './handler';

0 commit comments

Comments
 (0)