Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kijuky/zio-http-sentry
https://github.com/kijuky/zio-http-sentry
sample sentry zio-http
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kijuky/zio-http-sentry
- Owner: kijuky
- Created: 2024-03-23T14:16:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:38:46.000Z (10 months ago)
- Last Synced: 2024-11-08T14:13:14.675Z (about 2 months ago)
- Topics: sample, sentry, zio-http
- Language: Scala
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample ZIO HTTP + Sentry
# Prepare
You need to enter the correct DNS in ["input your dns"](src/main/scala/SentryService.scala).
# Run
```shell
sbt run
``````shell
curl http://localhost:8080/error
```An error will be logged in Sentry.