Onboarding
Create a monitor, send a test check, connect alerts, and copy your SDK snippet.
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>Onboarding progress
Current step: onboarding completed