Skip to content

Commit 2928842

Browse files
committed
Update dependency
1 parent 2fe22d4 commit 2928842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/nestjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@sentry/core": "8.11.0",
48-
"@sentry/node": "8.11.0"
47+
"@sentry/core": "8.12.0",
48+
"@sentry/node": "8.12.0"
4949
},
5050
"scripts": {
5151
"build": "run-p build:transpile build:types",

packages/nestjs/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { init as nodeInit } from '@sentry/node';
66
* Initializes the NestJS SDK
77
*/
88
export function init(options: NodeOptions | undefined = {}): NodeClient | undefined {
9-
const opts : NodeOptions = {
9+
const opts: NodeOptions = {
1010
...options,
1111
};
1212

0 commit comments

Comments
 (0)