Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove promise hack #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tatchi
Copy link

@tatchi tatchi commented Jul 26, 2022

Should we also bump the @opentelemetry packages to a newer version? It's not clear to me what version fixed the issue. It looks like the shutdown function from the SpanExporter interface has always been returning a Promise. I wanted to refresh my mind about what exactly the issue is but it appears the youtube link of the video you recorded is not available anymore 😅

Fixes #285

}
})
)
M.make((p) => T.promise(() => p.shutdown()))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Managed has been removed. What should it be replaced with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust Otel exporter to "remove promise hack"
1 participant