Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: add a "how to use" section, add :latest tag on release
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 5, 2022
1 parent 3ba2663 commit b1f1aa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx/cache
tags: |
ghcr.io/auguwu/sentry-worker:${{steps.tag.outputs.tag}}
ghcr.io/auguwu/sentry-worker:latest
deploy:
name: Deploy to Kubernetes
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ You can use the Docker image from the **GitHub Container Registry**:
$ docker run -d -p 3939:3939 --name sentry-worker -v /path/to/config.toml:/app/noel/sentry/worker/config.toml ghcr.io/auguwu/sentry-worker:latest # or prepend a version :>
```

## How to use?
If you are using the worker, then you will need to create a developer app from the Sentry dashboard under **Settings > Developer Settings > New Internal Integration**

At the moment, we didn't include **issue.create**, **issue.delete**, or **issue.update** events; only **error.create** events will pop up but error events will only open up if you're running a self-hosted instance of Sentry or have a Business Plan. If you wish to contribute for issue events, submit a PR!

![](https://i-am.floof.gay/images/e0162290.png)

![](https://i-am.floof.gay/images/4c892623.png)

## Example Events

### Error Created
Expand Down

0 comments on commit b1f1aa4

Please sign in to comment.