Projects and SDK keys
Error ingestion, releases, artifacts, replay, and feedback begin with a project key.
Browser storefront
javascript / production
| Key | Public key | Allowed origins | Rate | Status | Actions |
|---|---|---|---|---|---|
| Browser SDK key2026-05-20 02:56:03 | enpk_u645DXf0Leicn8uTufhR7lNd3yJOIJ19 | * | 120/min | Active | Revoke |
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
| Key | Public key | Allowed origins | Rate | Status | Actions |
|---|---|---|---|---|---|
| Browser SDK key2026-05-19 17:45:09 | enpk_khUOqJ5AMcoqrrCeOuU1DfnM41W5mqpY | * | 120/min | Active | Revoke |
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>