getsentry / getsentry/sentry-javascript
Warn for incorrect Nest.js SDK setup
Open
Improvement
Nest.js
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### Description
Based on https://github.com/getsentry/sentry-javascript/issues/15940#issuecomment-2777569360, we should `console.warn` for users that use the Nest.js SDK and do not have proper wrapping. We can probably use `ensureIsWrapped` there as well, same as for e.g. express etc, somewhere.
Contributor guide
Assessment
This issue has not been assessed yet.