Sentry · Arazzo Workflow
Sentry Provision a Project and Client Key
Version 1.0.0
Create a new project under a team, confirm it, and mint a client key (DSN) for the SDK.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
provision-project-key
Create a project under a team and provision a client key for it.
Creates a new project for a team, confirms it via retrieval, creates a named client key (DSN), and lists the project keys to verify the key exists.
1
createProject
createProject
Create a new project bound to the supplied team using the project name and optional platform.
2
confirmProject
retrieveProject
Retrieve the newly created project to confirm it exists and capture its canonical slug for subsequent calls.
3
createKey
createProjectClientKey
Create a named client key (DSN) for the project that the application SDK will use to send events to Sentry.
4
listKeys
listProjectClientKeys
List the project's client keys to verify the newly created key is present.