Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-lambda-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.135.0
Choose a base ref
...
head repository: DataDog/datadog-lambda-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.136.0
Choose a head ref
  • 8 commits
  • 42 files changed
  • 9 contributors

Commits on Feb 26, 2026

  1. fix: skip cold start spans for provisioned concurrency (#734)

    With provisioned concurrency, containers are pre-warmed before
    invocations, causing module load timestamps to be captured minutes
    (or hours) before the first invocation. This inflates aws.lambda.load
    span durations to the full pre-warm gap rather than the actual load time.
    
    Skip cold start span creation for provisioned-concurrency, consistent
    with the existing fix for lambda-managed-instances (PR #717).
    Fixes #723.
    litianningdatadog authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    87b6daa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. chore: update tsconfig target (#712)

    * chore: update tsconfig target to es2017
    
    * chore: update tsconfig target to es2021
    
    * Update error logs in throw-error-traced_node18.log
    
    * Update throw-error-traced_node20.log
    
    * Update throw-error-traced_node22.log
    
    * Update throw-error-traced_node22.log
    
    * Update throw-error-traced_node24.log
    
    * Update async-metrics_node20.log
    
    Updated log entries to reflect changes in function names and error handling.
    
    * undo update async metric log update
    
    ---------
    
    Co-authored-by: Olivier Nzia <[email protected]>
    rubenpad and ojproductions authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    c007c57 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    c1c6ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. fix(http): http.url tag should contain the path (#742)

    * set full url in http.url tag
    
    * trigger CI
    CarlesDD authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    e4bdd73 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Add span.kind=server to aws.lambda spans (#743)

    * Add span.kind=server to aws.lambda span
    
    This aligns the tracer-created span with the extension's behavior,
    enabling server-based features in Datadog APM for Lambda functions.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * Update integration test snapshots to include span.kind: server
    
    Add span.kind: server tag to aws.lambda spans in snapshot files
    for esm, process-input-traced, and status-code-500s tests across
    all Node.js versions (18, 20, 22, 24).
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * Add span.kind=server to warm start spans in snapshots
    
    * Fix duplicate span.kind entries in esm snapshots
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    jchrostek-dd and claude authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c8ee93b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Pin GitHub Actions (#745)

    Pin GitHub Actions
    
    Co-authored-by: julien.doutre <[email protected]>
    juliendoutre and juliendoutre authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    08f55e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e2d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. v12.136.0 (#747)

    ojproductions authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    1030376 View commit details
    Browse the repository at this point in the history
Loading