We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's figure out how to best test @sentry/node.
@sentry/node
Our existing setup (running node scripts and asserting on the process): https://github.com/getsentry/sentry-javascript/tree/master/packages/node/test/manual
@onurtemizkan fyi if you have any feedback.
List of things that need to be tested:
addBreadcrumb
captureException
captureMessage
configureScope
setContext
setExtra
setExtras
setTag
setTags
setUser
withScope
showReportDialog
flush
startTransaction
The text was updated successfully, but these errors were encountered:
This will help unblock #3961
Sorry, something went wrong.
We'll need to make sure we can integration test changes like #4563
Transferred tracking individual integration tests in #4762
onurtemizkan
Successfully merging a pull request may close this issue.
Let's figure out how to best test
@sentry/node
.Our existing setup (running node scripts and asserting on the process): https://github.com/getsentry/sentry-javascript/tree/master/packages/node/test/manual
@onurtemizkan fyi if you have any feedback.
List of things that need to be tested:
Public API tests
addBreadcrumb
captureException
captureMessage
configureScope
setContext
setExtra
setExtras
setTag
setTags
setUser
withScope
showReportDialog
flush
Performance
startTransaction
Sessions
Express
Koa
The text was updated successfully, but these errors were encountered: