Skip to content

Commit 0eb4cba

Browse files
committed
chore(deps): update @spraxdev/node-commons
1 parent 5f0ede6 commit 0eb4cba

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@prisma/client": "^5.22.0",
5757
"@questdb/nodejs-client": "^4.0.2",
5858
"@sentry/node": "^8.55.0",
59-
"@spraxdev/node-commons": "github:SpraxDev/Node-Commons#f09df36c9fcea383c0affa8f8f01df9ac645a1ba",
59+
"@spraxdev/node-commons": "github:SpraxDev/Node-Commons#39fc1c701093cf6e3063b08ba8c572304fe6d772",
6060
"fastify": "^5.5.0",
6161
"gl": "^8.1.6",
6262
"ipaddr.js": "^2.2.0",

src/util/SentrySdk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default class SentrySdk {
88

99
static captureError(error: unknown): void {
1010
Sentry.captureException(error);
11+
console.error(error);
1112
}
1213

1314
static logAndCaptureWarning(message: string, data?: Record<string, unknown>): void {

0 commit comments

Comments
 (0)