Skip to content

Commit

Permalink
chore: [SVLS-5782] update dd-trace to 4.48.0, the latest 4.x (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog authored Oct 23, 2024
1 parent e84f017 commit ad222d4
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 758 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ coverage
.vendored
package-lock.json

.yarn/
.yarnrc.yml

**/.serverless
/.idea/

.gitlab/build-*.yaml
.gitlab/build-*.yaml
1 change: 1 addition & 0 deletions .gitlab/input_files/build.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default:
- runner_system_failure

.node-before-script: &node-before-script
- yarn --version
- echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
- echo 'yarn-offline-mirror-pruning true' >> .yarnrc
- yarn install --frozen-lockfile --no-progress
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^20.12.10",
"@types/promise-retry": "^1.1.3",
"@types/shimmer": "^1.0.1",
"dd-trace": "^4.44.0",
"dd-trace": "^4.48.0",
"jest": "^27.0.1",
"mock-fs": "4.14.0",
"nock": "13.5.4",
Expand Down
Loading

0 comments on commit ad222d4

Please sign in to comment.