Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a3e6f84
bump native appsec to 10.1.0 (#6235)
simon-id Aug 6, 2025
13637a8
Fix flaky test (#6229)
szegedi Aug 6, 2025
3012218
remove async storage from couchbase (#5948)
wconti27 Aug 6, 2025
1df1206
ci(azure-functions): install azure-functions-core-tools outside of te…
duncanpharvey Aug 7, 2025
5c50d35
Migrating Postgres from AsyncResource to Diagnostics Channel (#6189)
crysmags Aug 7, 2025
50fd348
chore(deps): bump the test-versions group across 1 directory with 16 …
dependabot[bot] Aug 7, 2025
4ac9cde
chore(deps): bump the test-versions group (#6247)
dependabot[bot] Aug 8, 2025
6d107fd
Update WAF rules to v1.15.1 (#6245)
CarlesDD Aug 8, 2025
e32ebd7
Remove Async Resource from knex (#6241)
uurien Aug 8, 2025
1758b6a
ci: limit dependabot automation trigger to opened activity (#6244)
rochdev Aug 8, 2025
7486f7a
Fix service name in process discovery metadata (#6228)
vitkyrka Aug 8, 2025
05f56ab
add experimental flag on plugins to disable them by default (#5985)
rochdev Aug 8, 2025
e6abc38
fix(tracer): make instrumenting hono middlewares more robust (#6250)
BridgeAR Aug 8, 2025
2151b16
ci(langchain): re-enable latest langchain tests with cassettes (#6243)
sabrenner Aug 8, 2025
ab7a5a2
chore(deps): bump the test-versions group (#6255)
dependabot[bot] Aug 11, 2025
627e948
chore(deps): bump the gh-actions-packages group across 2 directories …
dependabot[bot] Aug 11, 2025
eed74a9
chore(deps-dev): bump the dev-minor-and-patch-dependencies group acro…
dependabot[bot] Aug 11, 2025
3fcb017
Support Forwarded header for IP extraction (#6248)
uurien Aug 11, 2025
abc11a6
test: remove withVersions global (#6249)
BridgeAR Aug 11, 2025
b900f4a
feat: add injection metadata fields to telemetry forwarder (#6203)
sydney-tung Aug 11, 2025
8ebe522
get rid of --no-async-context-frame (#5726)
bengl Aug 11, 2025
1913178
bump timeout for installing playwright deps to 5 minutes (#6261)
rochdev Aug 12, 2025
c9df82f
chore(deps): bump the test-versions group (#6263)
dependabot[bot] Aug 12, 2025
7a3017d
DD_PROFILING_TIMELINE_ENABLED got lost in the rework (#6264)
szegedi Aug 12, 2025
1af743a
ci: bump one-pipeline version (#6265)
genesor Aug 12, 2025
32e39d4
add summary and slack message to flakiness report (#6252)
rochdev Aug 12, 2025
e67d77e
Eagerly delete elements from the ctx WeakMap (#6267)
szegedi Aug 13, 2025
84026bb
chore(deps): bump the test-versions group (#6274)
dependabot[bot] Aug 13, 2025
0a52541
refactor: use symbol instead of weak map for associating data with co…
szegedi Aug 13, 2025
9a05797
chore(deps): bump the test-versions group (#6280)
dependabot[bot] Aug 14, 2025
459aa90
refactor: make sure promises as context would be preserved (#6277)
BridgeAR Aug 14, 2025
cb0c864
Emit span IDs in profiles as 64-bit numbers instead of as strings. (#…
szegedi Aug 14, 2025
ad1b3ed
ci: update github actions to use node latest, not active (#6273)
tlhunter Aug 14, 2025
0d9de6c
feat(ai): add vercel ai integration (#5858)
sabrenner Aug 14, 2025
180ff5b
docs: remove Node.js 24 warning since we now have full support (#6268)
BridgeAR Aug 14, 2025
2a4914d
pin system tests to a specific commit (#6289)
rochdev Aug 18, 2025
0d33697
v5.63.0
szegedi Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install/branch-diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ~/.npm
key: ${{ github.workflow }}-branch-diff-3.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/instrumentations/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- uses: ./.github/actions/install
- run: yarn test:instrumentations:ci
shell: bash
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:instrumentations:ci
shell: bash
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
2 changes: 1 addition & 1 deletion .github/actions/plugins/test-and-upstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
shell: bash
- run: yarn test:plugins:upstream
shell: bash
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
shell: bash
- run: yarn test:plugins:upstream
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/plugins/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
shell: bash
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
shell: bash
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/plugins/upstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: ./.github/actions/install
- run: yarn test:plugins:upstream
shell: bash
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:upstream
shell: bash
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
Expand Down
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
- "/"
- "/.github/actions/*"
- "/.github/actions/*/*"
- "/.github/workflows/*"
schedule:
interval: "weekly"
groups:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apm-capabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:trace:core:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
with:
cache: 'true'
Expand Down
48 changes: 35 additions & 13 deletions .github/workflows/apm-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test-image: [ubuntu-22.04]
include:
- node-version: 18
range: '>=5.2.0'
range: '>=5.2.0 <6.3.0'
range_clean: gte.5.2.0
aerospike-image: ce-6.4.0.3
test-image: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
aerospike:
image: aerospike:${{ matrix.aerospike-image }}
ports:
- "127.0.0.1:3000-3002:3000-3002"
- '127.0.0.1:3000-3002:3000-3002'
env:
PLUGINS: aerospike
SERVICES: aerospike
Expand Down Expand Up @@ -166,15 +166,18 @@ jobs:
- run: yarn test:plugins:ci
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
env:
OPTIONS_OVERRIDE: 1
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

confluentinc-kafka-javascript:
strategy:
matrix:
# using node versions matrix since this plugin testing fails due to install differences between node versions
node-version: ['18', '20', '22']
node-version: [18, 20, 22]
range: ['>=1.0.0']
include:
- node-version: 24
range: '>=1.4.0'
range_clean: gte.1.4.0
runs-on: ubuntu-latest
services:
kafka:
Expand All @@ -197,6 +200,7 @@ jobs:
env:
PLUGINS: confluentinc-kafka-javascript
SERVICES: kafka
PACKAGE_VERSION_RANGE: ${{ matrix.range }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
Expand Down Expand Up @@ -287,7 +291,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- if: always()
Expand All @@ -302,7 +306,10 @@ jobs:
PLUGINS: express
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/plugins/test
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts # TODO: change this to latest once we figure out the `fresh` bug
- uses: ./.github/actions/install
- run: yarn test:plugins:ci

fastify:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -624,7 +631,15 @@ jobs:
version:
- 18
- latest
range: ['>=10.2.0 <11', '>=11.0.0 <13', '11.1.4', '>=13.0.0 <14', '13.2.0', '>=14.0.0 <=14.2.6', '>=14.2.7 <15', '>=15.0.0 <15.4.1']
range:
- '>=10.2.0 <11'
- '>=11.0.0 <13'
- '11.1.4'
- '>=13.0.0 <14'
- '13.2.0'
- '>=14.0.0 <=14.2.6'
- '>=14.2.7 <15'
- '>=15.0.0 <15.4.1'
include:
- range: '>=10.2.0 <11'
range_clean: gte.10.2.0.and.lt.11
Expand All @@ -649,7 +664,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- if: always()
Expand Down Expand Up @@ -733,7 +748,7 @@ jobs:
- uses: ./.github/actions/node/newest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:plugins:ci
# - run: yarn test:plugins:upstream
- if: always()
Expand Down Expand Up @@ -825,13 +840,20 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/plugins/test

# Restify isn't compatible with Node.js v24 so we don't run against latest Node.js
# see: https://github.com/restify/node-restify/issues/1984
restify:
runs-on: ubuntu-latest
env:
PLUGINS: restify
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/plugins/test
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- uses: ./.github/actions/node/oldest-maintenance-lts
- run: yarn test:plugins:ci

rhea:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -866,7 +888,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- if: always()
Expand All @@ -892,7 +914,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:plugins:ci
- run: yarn test:plugins:upstream
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/appsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:appsec:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
with:
cache: 'true'
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/active-lts # TODO: change this to latest once we figure out the `fresh` bug
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -140,7 +140,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -153,7 +153,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -172,7 +172,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -191,7 +191,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -290,7 +290,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -303,7 +303,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand All @@ -316,7 +316,7 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3

Expand Down Expand Up @@ -348,6 +348,6 @@ jobs:
- uses: ./.github/actions/node/oldest-maintenance-lts
- uses: ./.github/actions/install
- run: yarn test:appsec:plugins:ci
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn test:appsec:plugins:ci
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- run: yarn audit
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
with:
languages: ${{ matrix.language }}
config-file: .github/codeql_config.yml
Expand All @@ -48,7 +48,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Autobuild
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
2 changes: 0 additions & 2 deletions .github/workflows/debugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- uses: ./.github/actions/install
- run: yarn test:debugger:ci
- run: yarn test:integration:debugger
env:
OPTIONS_OVERRIDE: 1
- if: always()
uses: ./.github/actions/testagent/logs
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dependabot-automation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Dependabot Automation'

on: pull_request_target
on:
pull_request_target:
types:
- opened

jobs:
dependabot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/node/active-lts
- uses: ./.github/actions/node/latest
- uses: ./.github/actions/install
- run: yarn test:eslint-rules
Loading
Loading