Skip to content

Commit 6f0b8b4

Browse files
authored
feat(core): Add additional exports for captureException and captureMessage parameter types (#18521)
Extends these exports to node, cf and bun ref #18509 Closes #18522 (added automatically)
1 parent a882862 commit 6f0b8b4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/bun/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export type {
1717
User,
1818
FeatureFlagsIntegration,
1919
Metric,
20+
ExclusiveEventHintOrCaptureContext,
21+
CaptureContext,
2022
} from '@sentry/core';
2123

2224
export {

packages/cloudflare/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export type {
1717
Thread,
1818
User,
1919
Metric,
20+
ExclusiveEventHintOrCaptureContext,
21+
CaptureContext,
2022
} from '@sentry/core';
2123

2224
export type { CloudflareOptions } from './client';

packages/node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ export type {
159159
Span,
160160
Metric,
161161
FeatureFlagsIntegration,
162+
ExclusiveEventHintOrCaptureContext,
163+
CaptureContext,
162164
} from '@sentry/core';
163165

164166
export {

0 commit comments

Comments
 (0)