> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# habx/sentry

Habx sentry orb. Package cli from https://sentry.io


## Commands

### install

install command: sentry-cli


### releases-deploys

start command: sentry-cli releases deploys


| Parameter | Type | Default | Description |
|---|---|---|---|
| `env` | string |  | Sentry env slug. |
| `org` | string |  | Sentry organization slug. |

### releases-files

start command: sentry-cli releases files


| Parameter | Type | Default | Description |
|---|---|---|---|
| `org` | string |  | Sentry organization slug. |
| `url_prefix` | string |  | Sentry files url prefix |

### releases-finalize

start command: sentry-cli releases set-commits


| Parameter | Type | Default | Description |
|---|---|---|---|
| `org` | string |  | Sentry organization slug. |

### releases-new

start command: sentry-cli releases new


| Parameter | Type | Default | Description |
|---|---|---|---|
| `org` | string |  | Sentry organization slug. |

### releases-set-commits

start command: sentry-cli releases finalize


| Parameter | Type | Default | Description |
|---|---|---|---|
| `org` | string |  | Sentry organization slug. |

## Jobs

### deploys

Publish source code assets on Sentry


| Parameter | Type | Default | Description |
|---|---|---|---|
| `attach_workspace_at` | string | ~/project | Path to the project directory |
| `env` | string |  | Sentry environment slug |
| `get_build_infos` | boolean | true | Use custom script for version (orb:build-infos/get-with-cache) |
| `org` | string |  | Sentry organization slug |
| `url_prefix` | string |  | Sentry files url prefix |

## Executors

### default

This is a sample executor using Docker and python.


| Parameter | Type | Default | Description |
|---|---|---|---|
| `tag` | string | 3.9 | Pick a specific circleci/node image variant: https://hub.docker.com/r/cimg/python/tags
 |

## Examples

### example

Sample example description.


```yaml
version: '2.1'
orbs:
  sentry: habx/sentry@1.2.3
workflows:
  use-my-orb:
    jobs:
      - sentry/<job-name>
```