{"id":26119259,"url":"https://github.com/aleksandryackovlev/sentry-docker-example","last_synced_at":"2026-04-13T00:16:11.362Z","repository":{"id":42834489,"uuid":"264274364","full_name":"aleksandryackovlev/sentry-docker-example","owner":"aleksandryackovlev","description":"Sentry example setup with the minio file storage","archived":false,"fork":false,"pushed_at":"2023-01-06T06:14:40.000Z","size":1244,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-03T19:22:42.467Z","etag":null,"topics":["docker","docker-compose","minio","nextjs","sentry"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aleksandryackovlev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-15T18:54:21.000Z","updated_at":"2023-01-11T21:56:42.000Z","dependencies_parsed_at":"2023-02-05T12:30:45.137Z","dependency_job_id":null,"html_url":"https://github.com/aleksandryackovlev/sentry-docker-example","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksandryackovlev%2Fsentry-docker-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksandryackovlev%2Fsentry-docker-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksandryackovlev%2Fsentry-docker-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksandryackovlev%2Fsentry-docker-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleksandryackovlev","download_url":"https://codeload.github.com/aleksandryackovlev/sentry-docker-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242849716,"owners_count":20195348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","minio","nextjs","sentry"],"created_at":"2025-03-10T12:25:49.508Z","updated_at":"2026-04-13T00:16:10.748Z","avatar_url":"https://github.com/aleksandryackovlev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sentry-docker-example\n\nAn example setup for `sentry` with the `minio` filestorage.\n\n## Prerequisites\n\nIn order to run the example there should be `docker`, `docker-compose` and `make` installed on your work station.\n\n## Getting Started\n\n### Setup sentry service\nTo begin, you'll need to upgrade `sentry` and create the an admin user before the first launch:\n\n```console\n$ make sentry-init\n```\n\nThen start `sentry` service:\n```\n$ make sentry-start\n```\n\n### Setup minio\nAfter the service is up, go to minio [http://localhost:9000](http://localhost:9000) and create a bucket with the name `sentry`.\n\nDon't forget to add `read-write` permissions for this newly created bucket, otherwise the filestorage is not going to work. \n\nMinio credentials are:\n```\nMINIO_ACCESS_KEY: minio-access-key\nMINIO_SECRET_KEY: minio-secret-key\n```\n\n### Setup sentry project\nFinally, setup `sentry` project on the [http://localhost:8080](http://localhost:8080).\n\nAt first, create a new project on [http://localhost:8080/organizations/sentry/projects/new](http://localhost:8080/organizations/sentry/projects/new)\n\nNext, turn off `Allow JavaScript source fetching` on [http://localhost:8080/organizations/sentry](http://localhost:8080/organizations/sentry)\n\n### Setup example project\n\nCopy `.env.sample` to `.env` and fill in all environment variables.\n\n`SENTRY_DSN` - value from the \"DSN (Deprecated)\" from `http://localhost:8080/settings/sentry/projects/YOUR_PROJECT_NAME/keys/`\n\n`SENTRY_AUTH_TOKEN` - token from [http://localhost:8080/settings/account/api/auth-tokens/](http://localhost:8080/settings/account/api/auth-tokens/)\n\n`SENTRY_RELEASE` - a new release id, leave it as it is if you don't know what to write here\n\n`SENTRY_PROJECT` - your project name\n\n`SENTRY_ORG` - your organization name, by default it's `sentry`\n\nThen install application's dependencies by running:\n```\nmake app-init\n```\n\nBuild the app and upload source maps to sentry:\n```\nmake app-build\n```\n\nStart the application:\n```\nmake app-start\n```\n\nYou are ready to track errors!\n\n### Generate errors\nGo to [http://localhost:3000](http://localhost:3000) and press `Generate error`.\nGo check in your project on [http://localhost:8080](http://localhost:8080).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksandryackovlev%2Fsentry-docker-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksandryackovlev%2Fsentry-docker-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksandryackovlev%2Fsentry-docker-example/lists"}