reporting
An object with the following fields:
missingKey
, Event will be triggered when a key is missing in the translation resources, requires addingsaveMissing
option to the i18next instance.
ts
const { reporting } = createI18nextIntegration({
/* ... */
});
sample({ clock: reporting.missingKey, target: sendWarningToSentry });