Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
8.22.0
Framework Version
@sentry/node
Link to Sentry event
No response
Reproduction Example/SDK Setup
// server.ts
import './instrument';
import * as Sentry from '@sentry/node';
// instrument.ts
import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://xxxx',
});
Steps to Reproduce
- Upgrade to 8.22.0
- $ tsc --noEmit
node_modules/@sentry/node/build/types/integrations/tracing/nest.d.ts:3:33 - error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
Expected Result
No typescript error. This only started happening in 8.22.0.
Actual Result
$ tsc --noEmit
node_modules/@sentry/node/build/types/integrations/tracing/nest.d.ts:3:33 - error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
3 import type { Observable } from 'rxjs';
~~~~~~
Found 1 error in node_modules/@sentry/node/build/types/integrations/tracing/nest.d.ts:3
Metadata
Metadata
Assignees
Type
Projects
Status
No status