11.5 Token settings ¶
Security first! Tokens are the keys to your project’s door — they let your app
send error reports without exposing everything. If something feels off (like
unexpected reports), regenerate and update your code pronto.
- Project token: This is the secret code your SDK uses. View it
here, copy it for setup, or regenerate if compromised (old one stops working
immediately). Always store it securely in environment variables, not hardcoded.
- Data Source Name (DSN): The full URL for sending errors (includes your
token). Share sparingly — it’s like a mailing address with a key attached. Copy
it directly into your SDK config.
Quick guide: After regenerating, test your setup by triggering a sample error.
No reports? Double-check the new token in your app.