Skip to content
Public demo modeRead-only mock data for demo.errornotifier.com, shop.demo.errornotifier.com, api.demo.errornotifier.com, docs.demo.errornotifier.com, and hooks.demo.errornotifier.com.
Create a real workspace

Projects and SDK keys

Error ingestion, releases, artifacts, replay, and feedback begin with a project key.

Browser storefront

javascript / production

KeyPublic keyAllowed originsRateStatusActions
Browser SDK key2026-05-20 02:56:03enpk_u645DXf0Leicn8uTufhR7lNd3yJOIJ19*120/minActiveRevoke
JavaScript SDK
<script src="https://errornotifier.com/wp-content/plugins/errornotifier-core/assets/js/errornotifier-sdk.js"></script>
<script>
ErrorNotifier.init({
  projectKey: "enpk_u645DXf0Leicn8uTufhR7lNd3yJOIJ19",
  endpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/store",
  feedbackEndpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/feedback",
  verificationEndpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/sdk-verify",
  environment: "production",
  release: "1.0.0",
  reportBug: true
});
</script>

Public API

node / production

KeyPublic keyAllowed originsRateStatusActions
Browser SDK key2026-05-19 17:45:09enpk_khUOqJ5AMcoqrrCeOuU1DfnM41W5mqpY*120/minActiveRevoke
JavaScript SDK
<script src="https://errornotifier.com/wp-content/plugins/errornotifier-core/assets/js/errornotifier-sdk.js"></script>
<script>
ErrorNotifier.init({
  projectKey: "enpk_khUOqJ5AMcoqrrCeOuU1DfnM41W5mqpY",
  endpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/store",
  feedbackEndpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/feedback",
  verificationEndpoint: "https://errornotifier.com/index.php?rest_route=/errornotifier/v1/sdk-verify",
  environment: "production",
  release: "1.0.0",
  reportBug: true
});
</script>