You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
This is an umbrella issue we may extract ideas from if needed.
The sentry-sdk-benchmark tool can perform some sanity checks while running to assert certain expectations hold. If a sanity check fail it can either abort the run or generate a visible warning in the output report.
Here are a few ideas for the future, if ever:
Check whether Sentry SDKs are sending sessions (the original focus of the tool has been tracing/transactions, so sessions was out of the initial scope)
Transactions should have DB spans (similarly, we also expect DB spans for OpenTelemetry apps)
Check general shape of transactions/spans
Check that no errors were reported (when no errors are expected)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is an umbrella issue we may extract ideas from if needed.
The
sentry-sdk-benchmark
tool can perform some sanity checks while running to assert certain expectations hold. If a sanity check fail it can either abort the run or generate a visible warning in the output report.Here are a few ideas for the future, if ever:
The text was updated successfully, but these errors were encountered: