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