Skip to main content

Sentry

Manage Sentry projects, teams, and client keys for error tracking and monitoring.

Resources

Project

Create and manage Sentry projects.

Props

string
required
The team slug that owns the project
string
required
The organization ID or slug that owns the project
string
default:"${app}-${stage}-${id}"
The name for the project
string
Uniquely identifies a project and is used for the interface
string
The platform for the project (e.g., “javascript”, “python”, “node”, “react-native”)
boolean
Whether to alert on every new issue
Secret
Auth token to use (overrides environment variable)
boolean
default:"false"
Whether to adopt an existing project with the same slug if it exists. If true and a project with the same slug exists, it will be adopted rather than creating a new one.

Returns

string
The ID of the project
string
The name for the project
object
The team that owns the project
array
All teams that have access to the project
boolean
Whether the project is bookmarked
boolean
Whether the current user is a member of the project
string[]
Access permissions for the project
boolean
Whether the current user has access to the project
string
Time at which the project was created
string[]
List of environments in the project
string[]
List of features enabled for the project
string | null
Whether the project has received its first event
string[]
List of platforms in the project