All Projects → yhirano55 → sentry-docker-compose

yhirano55 / sentry-docker-compose

Licence: other
How to setup a full Sentry instance with docker-compose.yml

Projects that are alternatives of or similar to sentry-docker-compose

sentry-android-gradle-plugin
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Stars: ✭ 67 (+103.03%)
Mutual labels:  sentry
monolog-sentry-handler
Monolog handler for Sentry PHP SDK v2 with breadcrumbs support
Stars: ✭ 34 (+3.03%)
Mutual labels:  sentry
nextcloud sentry
Sentry integration for Nextcloud
Stars: ✭ 26 (-21.21%)
Mutual labels:  sentry
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (-39.39%)
Mutual labels:  sentry
sentry-prometheus
Export hosted sentry statsd metrics to prometheus
Stars: ✭ 22 (-33.33%)
Mutual labels:  sentry
crow
Crow - a C++ client for Sentry
Stars: ✭ 119 (+260.61%)
Mutual labels:  sentry
dropwizard-raven
Dropwizard integration for error logging to Sentry.
Stars: ✭ 20 (-39.39%)
Mutual labels:  sentry
self-hosted
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Stars: ✭ 5,034 (+15154.55%)
Mutual labels:  sentry
NodeJS Mongo BoilerPlate
CRUD Blog using NodeJS,Express, MongoDB
Stars: ✭ 18 (-45.45%)
Mutual labels:  sentry
hapi-sentry
A hapi plugin for request error logging to Sentry
Stars: ✭ 24 (-27.27%)
Mutual labels:  sentry
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+203.03%)
Mutual labels:  sentry
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+54.55%)
Mutual labels:  sentry
raven-python-lambda
Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
Stars: ✭ 48 (+45.45%)
Mutual labels:  sentry
redux-sentry
Middleware that logs all your store and actions on exception to Sentry with raven-js
Stars: ✭ 13 (-60.61%)
Mutual labels:  sentry
sentry-testkit
A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
Stars: ✭ 78 (+136.36%)
Mutual labels:  sentry
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (+3.03%)
Mutual labels:  sentry
sentry-horn
Swift based sentry iOS application
Stars: ✭ 15 (-54.55%)
Mutual labels:  sentry
sentry exporter
Prometheus exporter for Sentry
Stars: ✭ 23 (-30.3%)
Mutual labels:  sentry
asgi-correlation-id
Request ID propagation for ASGI apps
Stars: ✭ 83 (+151.52%)
Mutual labels:  sentry
sentry
Mirror of Apache Sentry
Stars: ✭ 114 (+245.45%)
Mutual labels:  sentry

sentry-docker-compose

How to setup a full Sentry instance with docker-compose.yml

Check out this repo

Copying sample files

$ cp .env.sample .env

Generate secret key

$ docker-compose run --rm sentry config generate-secret-key

And then set generated key to SENTRY_SECRET_KEY in .env.

Initialize database

If this is a new database, you'll need to run upgrade.

$ docker-compose run --rm sentry upgrade

And create an initial user, if you need.

Booting

$ docker-compose up -d

And open http://localhost:9000

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].