Skip to content

Conversation

@patroza
Copy link
Member

@patroza patroza commented Nov 11, 2025

Findings while investigating issues with spans having parents they shouldn't have, related to 70fe803

1

options don't reach Otel Span maker when DevTools are involved

  • run pnpx tsx ./bs.ts from scratchpad

observe options undefined in console.
play by choosing one of the 3 layer options, to see different results;

  // doesn't reach Otel
  // Layer.provide([DevToolsLive, TracingLive]),
  // reaches Otel, but no options passed!
  Layer.provide(pipe(DevToolsLive, Layer.provideMerge(TracingLive))),
  // this works
  // Layer.provide(TracingLive),

@github-project-automation github-project-automation bot moved this to Discussion Ongoing in PR Backlog Nov 11, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

⚠️ No Changeset found

Latest commit: 8afd3df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Discussion Ongoing

Development

Successfully merging this pull request may close these issues.

2 participants