We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe22d4 commit 2928842Copy full SHA for 2928842
packages/nestjs/package.json
@@ -44,8 +44,8 @@
44
"access": "public"
45
},
46
"dependencies": {
47
- "@sentry/core": "8.11.0",
48
- "@sentry/node": "8.11.0"
+ "@sentry/core": "8.12.0",
+ "@sentry/node": "8.12.0"
49
50
"scripts": {
51
"build": "run-p build:transpile build:types",
packages/nestjs/src/sdk.ts
@@ -6,7 +6,7 @@ import { init as nodeInit } from '@sentry/node';
6
* Initializes the NestJS SDK
7
*/
8
export function init(options: NodeOptions | undefined = {}): NodeClient | undefined {
9
- const opts : NodeOptions = {
+ const opts: NodeOptions = {
10
...options,
11
};
12
0 commit comments