Skip to content

Commit

Permalink
Upgrading APM library (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
kc13greiner authored Jan 10, 2025
1 parent 3351856 commit 09fce58
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dedent": "^0.7.0",
"del": "^6.1.1",
"dotenv": "^16.0.3",
"elastic-apm-node": "^3.47.0",
"elastic-apm-node": "^4.10.0",
"find-up": "^5.0.0",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
Expand Down
1 change: 0 additions & 1 deletion src/lib/apm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ apm
logLevel: 'off',
captureBody: 'all',
errorOnAbortedRequests: false,
logUncaughtExceptions: false,
environment,
})
// remove access token
Expand Down
Loading

0 comments on commit 09fce58

Please sign in to comment.