Skip to content

Commit ad222d4

Browse files
chore: [SVLS-5782] update dd-trace to 4.48.0, the latest 4.x (#581)
1 parent e84f017 commit ad222d4

File tree

4 files changed

+791
-758
lines changed

4 files changed

+791
-758
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ coverage
77
.vendored
88
package-lock.json
99

10+
.yarn/
11+
.yarnrc.yml
12+
1013
**/.serverless
1114
/.idea/
1215

13-
.gitlab/build-*.yaml
16+
.gitlab/build-*.yaml

.gitlab/input_files/build.yaml.tpl

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ default:
1616
- runner_system_failure
1717

1818
.node-before-script: &node-before-script
19+
- yarn --version
1920
- echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
2021
- echo 'yarn-offline-mirror-pruning true' >> .yarnrc
2122
- yarn install --frozen-lockfile --no-progress

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "^20.12.10",
2929
"@types/promise-retry": "^1.1.3",
3030
"@types/shimmer": "^1.0.1",
31-
"dd-trace": "^4.44.0",
31+
"dd-trace": "^4.48.0",
3232
"jest": "^27.0.1",
3333
"mock-fs": "4.14.0",
3434
"nock": "13.5.4",

0 commit comments

Comments
 (0)