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
But since, ideally, we don't even send it to save costs on all sides, let's add this by default to SDKs.
SDKs should just set default value for ignoreTransactions.
It's ok if the user already defined something; it should follow the same logic as the default values we set in ignoreErrors (I am not sure if we merge our defaults with what the user sets)
Ignore health check transactions by default.
Provide option to enable them via `InboundFilters` option `disableTransactionDefaults`.
Ref: getsentry/team-webplatform-meta#70
Uh oh!
There was an error while loading. Please reload this page.
All SDKs, by default, should ignore health check transactions.
Please follow the defaults there: https://docs.sentry.io/product/performance/performance-at-scale/#health-checks
The assumption is, in most cases, you never care about health checks since they don't provide any insight into your users.
We'll going to have Server Side sampling for it see:
getsentry/sentry#49176
getsentry/relay#2118
But since, ideally, we don't even send it to save costs on all sides, let's add this by default to SDKs.
SDKs should just set default value for
ignoreTransactions
.It's ok if the user already defined something; it should follow the same logic as the default values we set in
ignoreErrors
(I am not sure if we merge our defaults with what the user sets)The text was updated successfully, but these errors were encountered: