Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sl0thentr0py/sentry_sample_apps


https://github.com/sl0thentr0py/sentry_sample_apps

Last synced: about 1 month ago
JSON representation

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
```