Skip to content
Dashboard

Configuration Reference

The SDK is built to require almost no configuration. Only your project and secret keys are required.

OptionTypeDefault
projectKeystringrequired
secretKeystringrequired
enabledbooleantrue

enabled: false is a no-op mode — the SDK accepts events but discards them. Useful in tests and local dev.

Key format

  • Project key: starts with pk_ followed by 22 base64url characters
  • Secret key: 43 base64url characters

Copy both directly from your project settings. Treat the secret key like a password.