Skip to content

Choose a tag to compare

@github-actions github-actions released this 10 Sep 07:23
· 1 commit to master since this release
e7e11fe

Layer ARNs

Python:
arn:aws:lambda:<region>:115813213817:layer:dash0-extension-python:23

Node:
arn:aws:lambda:<region>:115813213817:layer:dash0-extension-node:23

Java:
arn:aws:lambda:<region>:115813213817:layer:dash0-extension-java:23

Manual:
arn:aws:lambda:<region>:115813213817:layer:dash0-extension-manual:23

What's Changed

Other Changes

  • feat: extract HTTP semconv attributes for API Gateway-triggered invocations by @RaphaelManke in #86
  • chore: sync 'latest' layer versions to v22 (plugin v1.0.3) by @github-actions[bot] in #89
  • feat(logs): parse severity from Python Lambda text-format log lines by @RaphaelManke in #91
  • fix(logs): don't guess INFO for unparsed Lambda log severity by @RaphaelManke in #93
  • increase-payload-1mb by @mosheshaham-dash0 in #92

New Contributors

  • @github-actions[bot] made their first contribution in #89

Full Changelog: v22...v23