Projects
Projects are the top-level containers for your errors. Each project has its own DSN key, issue list, and settings.
Creating a project
Click New project from the projects page. Choose a name and a platform (Python or JavaScript). You'll be taken to the project settings page where your DSN key is displayed.
DSN key
The DSN (Data Source Name) is the key your SDK uses to send errors to the right project. You can find it on the project settings page. If you suspect it's been compromised, click Regenerate DSN to create a new key pair — the old key will stop working immediately.
Short name
Each project has a short name used as the prefix for issue IDs (e.g. BACK in BACK-42). It's auto-generated from your project name but you can customize it in project settings. Short names are uppercase, 2-6 characters.
Allowed origins
For JavaScript projects, you can restrict which domains are allowed to send events by setting allowed origins in project settings. If set, events from other origins are rejected. Leave empty to accept events from any origin.
Notifications
Per-project email notification preferences are available in project settings. Choose whether to receive email alerts when new issues are created in a specific project.