We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a53e7 commit b3e65e0Copy full SHA for b3e65e0
1 file changed
packages/cloudflare/src/index.ts
@@ -16,6 +16,7 @@ export type {
16
Stacktrace,
17
Thread,
18
User,
19
+ Metric,
20
} from '@sentry/core';
21
22
export type { CloudflareOptions } from './client';
@@ -100,6 +101,7 @@ export {
100
101
featureFlagsIntegration,
102
growthbookIntegration,
103
logger,
104
+ metrics,
105
106
107
export { withSentry } from './handler';
0 commit comments