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 b3e65e0 commit b03617aCopy full SHA for b03617a
1 file changed
packages/vercel-edge/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 { VercelEdgeOptions } from './types';
@@ -98,6 +99,7 @@ export {
98
99
createLangChainCallbackHandler,
100
featureFlagsIntegration,
101
logger,
102
+ metrics,
103
104
105
export { VercelEdgeClient } from './client';
0 commit comments