Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 14, 2024
1 parent 91ee3ad commit 70674de
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export {
startSpanManual,
tediousIntegration,
trpcMiddleware,
updateSpanName,
withActiveSpan,
withIsolationScope,
withMonitor,
Expand Down
1 change: 1 addition & 0 deletions packages/aws-serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export {
spanToTraceHeader,
spanToBaggageHeader,
trpcMiddleware,
updateSpanName,
addOpenTelemetryInstrumentation,
zodErrorsIntegration,
profiler,
Expand Down
1 change: 1 addition & 0 deletions packages/browser/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export {
spanToJSON,
spanToTraceHeader,
spanToBaggageHeader,
updateSpanName,
} from '@sentry/core';

export {
Expand Down
1 change: 1 addition & 0 deletions packages/bun/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export {
spanToTraceHeader,
spanToBaggageHeader,
trpcMiddleware,
updateSpanName,
addOpenTelemetryInstrumentation,
zodErrorsIntegration,
profiler,
Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export {
spanToJSON,
spanToTraceHeader,
spanToBaggageHeader,
updateSpanName,
} from '@sentry/core';

export { withSentry } from './handler';
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export {
getActiveSpan,
addChildSpanToSpan,
spanTimeInputToSeconds,
updateSpanName,
} from './utils/spanUtils';
export { parseSampleRate } from './utils/parseSampleRate';
export { applySdkMetadata } from './utils/sdkMetadata';
Expand Down
1 change: 1 addition & 0 deletions packages/deno/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export {
spanToJSON,
spanToTraceHeader,
spanToBaggageHeader,
updateSpanName,
} from '@sentry/core';

export { DenoClient } from './client';
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export {
spanToTraceHeader,
spanToBaggageHeader,
trpcMiddleware,
updateSpanName,
addOpenTelemetryInstrumentation,
zodErrorsIntegration,
profiler,
Expand Down
1 change: 1 addition & 0 deletions packages/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export {
spanToTraceHeader,
spanToBaggageHeader,
trpcMiddleware,
updateSpanName,
zodErrorsIntegration,
profiler,
} from '@sentry/core';
Expand Down
1 change: 1 addition & 0 deletions packages/remix/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export {
startSpanManual,
tediousIntegration,
trpcMiddleware,
updateSpanName,
withActiveSpan,
withIsolationScope,
withMonitor,
Expand Down
1 change: 1 addition & 0 deletions packages/solidstart/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export {
startSpanManual,
tediousIntegration,
trpcMiddleware,
updateSpanName,
withActiveSpan,
withIsolationScope,
withMonitor,
Expand Down
1 change: 1 addition & 0 deletions packages/sveltekit/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export {
startSpanManual,
tediousIntegration,
trpcMiddleware,
updateSpanName,
withActiveSpan,
withIsolationScope,
withMonitor,
Expand Down

0 comments on commit 70674de

Please sign in to comment.