Skip to content

sl0thentr0py/sentry_sample_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry_sample_apps

make sure to export SENTRY_DSN env variable

docker db

docker run --name rails-postgres -e POSTGRES_PASSWORD=rails -e POSTGRES_USER=rails -d -p 5432:5432 postgres