Skip to content

Commit

Permalink
Merge pull request #1172 from appsignal/update-prism-instrumentation
Browse files Browse the repository at this point in the history
Update prism instrumentation
  • Loading branch information
tombruijn authored Feb 25, 2025
2 parents 2b242cb + 61316bf commit 7191d09
Show file tree
Hide file tree
Showing 12 changed files with 4,201 additions and 2,031 deletions.
6 changes: 6 additions & 0 deletions .changesets/update-prism-instrumentation-to-6-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: patch
type: change
---

Update Prisma instrumentation to version 6.4. This improves compatibility with new Prisma versions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux
Expand Down
4,391 changes: 2,498 additions & 1,893 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@opentelemetry/sdk-metrics": ">= 1.21.0 <= 1.27.0",
"@opentelemetry/sdk-node": ">= 0.48.0 <= 0.54",
"@opentelemetry/sdk-trace-base": ">= 1.21.0 <= 1.27.0",
"@prisma/instrumentation": ">= 5.11.0 < 5.14.0",
"@prisma/instrumentation": ">= 6.3.0 < 6.5.0",
"node-addon-api": "^3.1.0",
"node-gyp": "^10.0.0",
"pino-abstract-transport": "^2.0.0",
"tslib": "^2.0.3",
"tslib": "^2.8.0",
"winston": "^3.6.0"
},
"devDependencies": {
Expand All @@ -62,8 +62,8 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.0",
"typescript": "5.0.3"
"ts-jest": "^29.2.0",
"typescript": "^5.7.0"
},
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
Loading

0 comments on commit 7191d09

Please sign in to comment.