Skip to content

Sentry Logger [Warn]: Extension method startTransaction couldn't be found, doing nothing. #4767

New issue

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

Closed
3 tasks done
amithvns opened this issue Mar 23, 2022 · 1 comment
Closed
3 tasks done

Comments

@amithvns
Copy link

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.
image

@amithvns
Copy link
Author

Just realized it duplicate of #4731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants