Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sl0thentr0py/sentry_sample_apps
https://github.com/sl0thentr0py/sentry_sample_apps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sl0thentr0py/sentry_sample_apps
- Owner: sl0thentr0py
- Created: 2021-12-03T16:32:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:45:34.000Z (9 months ago)
- Last Synced: 2024-04-23T14:17:16.274Z (9 months ago)
- Language: Elixir
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentry_sample_apps
make sure to export `SENTRY_DSN` env variable
## docker db
```bash
docker run --name rails-postgres -e POSTGRES_PASSWORD=rails -e POSTGRES_USER=rails -d -p 5432:5432 postgres
```