Skip to content

Commit

Permalink
feat: Ensure withActiveSpan is exported everywhere [v7] (#10877)
Browse files Browse the repository at this point in the history
We forgot to re-export this everywhere, oops.
  • Loading branch information
mydea committed Mar 1, 2024
1 parent ac5992f commit 7b11379
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/index.server.ts
Expand Up @@ -90,6 +90,7 @@ export {
startActiveSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
cron,
parameterize,
Expand Down
1 change: 1 addition & 0 deletions packages/browser/src/exports.ts
Expand Up @@ -56,6 +56,7 @@ export {
startSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
SDK_VERSION,
setContext,
Expand Down
1 change: 1 addition & 0 deletions packages/bun/src/index.ts
Expand Up @@ -81,6 +81,7 @@ export {
startSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
metrics,
functionToStringIntegration,
Expand Down
1 change: 1 addition & 0 deletions packages/node/src/index.ts
Expand Up @@ -82,6 +82,7 @@ export {
startActiveSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
parameterize,
metrics,
Expand Down
1 change: 1 addition & 0 deletions packages/remix/src/index.server.ts
Expand Up @@ -92,6 +92,7 @@ export {
startSpan,
startSpanManual,
startInactiveSpan,
withActiveSpan,
continueTrace,
isInitialized,
cron,
Expand Down
1 change: 1 addition & 0 deletions packages/serverless/src/index.ts
Expand Up @@ -82,6 +82,7 @@ export {
startActiveSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
parameterize,
requestDataIntegration,
Expand Down
1 change: 1 addition & 0 deletions packages/sveltekit/src/server/index.ts
Expand Up @@ -88,6 +88,7 @@ export {
startActiveSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
cron,
parameterize,
Expand Down
1 change: 1 addition & 0 deletions packages/vercel-edge/src/index.ts
Expand Up @@ -80,6 +80,7 @@ export {
startSpan,
startInactiveSpan,
startSpanManual,
withActiveSpan,
continueTrace,
metrics,
functionToStringIntegration,
Expand Down

0 comments on commit 7b11379

Please sign in to comment.