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

fix(client-core): add tracing dependency #581

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

augustoccesar
Copy link
Contributor

Summary

A call to tracing:: was added on #576 but the dependency seems to be missing, which causes the branch to not compile at the moment.

if secret.trim() != secret || !secret.starts_with("sk_") {
tracing::warn!("suspiciously formatted secret key")
}


Also bumped bump tracing from 0.1.36 to 0.1.40 on openapi.

A call to tracing:: was added on arlyon#576
but the dependency seems to be missing, which causes the branch to not
compile at the moment.
@arlyon arlyon merged commit 54553bf into arlyon:next Jul 29, 2024
14 of 15 checks passed
@arlyon
Copy link
Owner

arlyon commented Jul 29, 2024

Wow oops, TY 😅

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.

2 participants