Skip to content

Sentry is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application.

License

Notifications You must be signed in to change notification settings

refactoring-do/refactoring-sentry-log-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring's Sentry Log Server

Sentry is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application.

Getting started

Set the environments variables

mv .env.example .env

Generate Sentry's secret key

docker compose run --rm sentry_web config generate-secret-key;

Replace SENTRY_SECRET_KEY in .env file and run the sentry migrations.

docker compose run --rm sentry_web upgrade;

Run all containers

docker compose up -d;

About

Sentry is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published