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

Logs no longer reaching Datadog from 5.75 onwards #579

Open
michaelwinch opened this issue Feb 27, 2025 · 2 comments
Open

Logs no longer reaching Datadog from 5.75 onwards #579

michaelwinch opened this issue Feb 27, 2025 · 2 comments

Comments

@michaelwinch
Copy link

Expected Behavior

I'm trying to upgrade from version 5.67 to the latest but any version after 5.74 doesn't send the logs to datadog

Actual Behavior

In 5.75 I see this error

DD_EXTENSION | ERROR | Error deserializing trace from request body: No traces deserialized from the request body.

But in 5.81 I see no errors (full logs below)

My serverless file is basic, just supplying site as datadog.eu and supplying the apiKey + service

Specifications

  • Serverless Framework version: 3.27
  • Datadog Serverless Plugin version: 5.81
  • Lambda function runtime (Python 3.7, Node 10, etc.): .NET 8

Stacktrace

Image
@astuyve
Copy link
Contributor

astuyve commented Feb 27, 2025

Hi @michaelwinch - thanks for the note. I took a look at our dotnet8 test function and it seems to be emitting logs/metrics/traces as expected:
Image

Regarding:

DD_EXTENSION | ERROR | Error deserializing trace from request body: No traces deserialized from the request body.

This was solved in v70 of the Lambda Extension as per this fix, but I don't believe that's the issue you're seeing.

Do you think you can open a support ticket so we can see more about your configuration and capture a debugging flare? You can do this via live chat or emailing [email protected].

Thanks!
AJ

@michaelwinch
Copy link
Author

Do you think you can open a support ticket so we can see more about your configuration and capture a debugging flare? You can do this via live chat or emailing [email protected]

Will do, thanks AJ!

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

No branches or pull requests

2 participants