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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry Saas (sentry.io)
@sentry/node
6.19.1
No response
Starting a transaction is failing in nestjs app in nx workspace
const transaction = Sentry.startTransaction({ op: "test", name: "My First Test Transaction", });
Able to create a transaction
Getting a warning message Sentry Logger [Warn]: Extension method startTransaction couldn't be found, doing nothing.
The text was updated successfully, but these errors were encountered:
Just realized it duplicate of #4731
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
6.19.1
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
Starting a transaction is failing in nestjs app in nx workspace
const transaction = Sentry.startTransaction({
op: "test",
name: "My First Test Transaction",
});
Expected Result
Able to create a transaction
Actual Result
Getting a warning message

Sentry Logger [Warn]: Extension method startTransaction couldn't be found, doing nothing.
The text was updated successfully, but these errors were encountered: