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.
captureException
captureMessage
1 parent a882862 commit 6f0b8b4Copy full SHA for 6f0b8b4
packages/bun/src/index.ts
@@ -17,6 +17,8 @@ export type {
17
User,
18
FeatureFlagsIntegration,
19
Metric,
20
+ ExclusiveEventHintOrCaptureContext,
21
+ CaptureContext,
22
} from '@sentry/core';
23
24
export {
packages/cloudflare/src/index.ts
Thread,
export type { CloudflareOptions } from './client';
packages/node/src/index.ts
@@ -159,6 +159,8 @@ export type {
159
Span,
160
161
162
163
164
165
166
0 commit comments