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

update dd-trace to v5 #29

Merged
merged 1 commit into from
Mar 5, 2024
Merged

update dd-trace to v5 #29

merged 1 commit into from
Mar 5, 2024

Conversation

santoshyadavdev
Copy link
Contributor

update dd-trace to version 5

we are not calling tracer.trace in our code so no updated it needed

Breaking change from dd-trace library

Update trace TypeScript declaration
The TypeScript declaration for trace has been updated to enforce that calls to tracer.trace(name, fn) must receive a function which takes at least the span object. Previously the span was technically optional when it should not have been as the span must be handled.

closes #27

@wokim wokim merged commit 3464129 into codebrick-corp:main Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support dd-trace 5.0.0
2 participants