- Create or open a project in the app and copy the public key.
- Load /wp-content/plugins/errornotifier-core/assets/js/errornotifier-sdk.js.
- Call ErrorNotifier.init({ projectKey, endpoint, environment, release }).
- Use captureException(error) and captureMessage(message, level).
- Source map uploads are stored as protected artifact metadata until a parser is configured.
- PII scrubbing removes tokens, passwords, authorization headers, card-like numbers, and hashes email addresses.
ErrorNotifier.init({ projectKey: "enpk_xxx", endpoint: "/wp-json/errornotifier/v1/store" });