Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f0b8b4

Browse files
authored
feat(core): Add additional exports forcaptureException andcaptureMessage parameter types (#18521)
Extends these exports to node, cf and bunref#18509Closes#18522 (added automatically)
1 parenta882862 commit6f0b8b4

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
exporttype{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)

[8]ページ先頭

©2009-2025 Movatter.jp