Closed
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/node
SDK Version
7.60.0
Framework Version
No response
Link to Sentry event
No response
SDK Setup
n/a
Steps to Reproduce
Call Sentry.startTransaction()
without Sentry.init()
before.
Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':
Sentry.addTracingExtensions();
Sentry.init({...});
=> Property 'addTracingExtensions' does not exist on type 'typeof import("/thing/node_modules/.pnpm/@sentry+node@7.60.0/node_modules/@sentry/node/types/index")'.
Expected Result
n/a
Actual Result
n/a
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Waiting for: Product Owner