MCPcopy
hub / github.com/bugsink/bugsink

github.com/bugsink/bugsink @2.3.1 sqlite

repository ↗ · DeepWiki ↗ · release 2.3.1 ↗
2,268 symbols 9,586 edges 448 files 162 documented · 7%
README

Bugsink: Self-hosted Error Tracking

Screenshot

Screenshot

Installation & docs

The quickest way to evaluate Bugsink is to spin up a throw-away instance using Docker:

docker pull bugsink/bugsink:latest

docker run \
  -e SECRET_KEY=PUT_AN_ACTUAL_RANDOM_SECRET_HERE_OF_AT_LEAST_50_CHARS \
  -e CREATE_SUPERUSER=admin@example.org:admin \
  -e PORT=8000 \
  -p 8000:8000 \
  bugsink/bugsink

Visit http://localhost:8000/, where you'll see a login screen. The default username and password are admin.

Now, you can set up your first project and start tracking errors.

Detailed installation instructions are on the Bugsink website.

More information and documentation

Core symbols most depended-on inside this repo

get
called by 486
bugsink/pygments_extensions.py
create
called by 148
teams/api_views.py
get_settings
called by 137
bugsink/app_settings.py
count
called by 135
issues/views.py
write
called by 118
bugsink/streams.py
post
called by 92
ingest/views.py
create_event
called by 75
events/factories.py
create
called by 74
issues/api_views.py

Shape

Method 1,015
Function 687
Class 497
Route 69

Languages

Python99%
TypeScript1%

Modules by API surface

ingest/tests.py112 symbols
bugsink/event_schema.py81 symbols
issues/tests.py78 symbols
alerts/tests.py67 symbols
issues/models.py51 symbols
bugsink/tests.py42 symbols
issues/test_api.py40 symbols
bugsink/streams.py40 symbols
theme/tests.py39 symbols
events/tests.py38 symbols
files/tests.py37 symbols
ingest/views.py34 symbols

Dependencies from manifests, versioned

@tailwindcss/aspect-ratio0.4.2 · 1×
@tailwindcss/forms0.5.11 · 1×
@tailwindcss/typography0.5.19 · 1×
cross-env7.0.3 · 1×
postcss8.5.6 · 1×
postcss-cli11.0.1 · 1×
postcss-nested7.0.2 · 1×
postcss-simple-vars7.0.1 · 1×
rimraf6.0.1 · 1×
tailwindcss4.1.11 · 1×
Brotli1.2. · 1×

Datastores touched

bugsinkDatabase · 1 repos
(mysql)Database · 1 repos
bugsinkDatabase · 1 repos

For agents

$ claude mcp add bugsink \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact