.bandit
.coveragerc
.gitignore
CHANGELOG.md
CLA.md
CONTRIBUTING.md
Dockerfile
Dockerfile.fromwheel
LICENSE
README.md
SECURITY.md
builddocker.bash
buildxdocker.bash
docker-compose-sample.yaml
manage.py
pre-commit
pyproject.toml
requirements.development.txt
requirements.txt
tox.ini
.github/copilot-instructions.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/copilot-setup-steps.yml
alerts/__init__.py
alerts/admin.py
alerts/apps.py
alerts/forms.py
alerts/models.py
alerts/tasks.py
alerts/tests.py
alerts/views.py
alerts/migrations/0001_initial.py
alerts/migrations/0002_alter_messagingserviceconfig_project.py
alerts/migrations/0003_messagingserviceconfig_last_failure_error_message_and_more.py
alerts/migrations/__init__.py
alerts/service_backends/__init__.py
alerts/service_backends/slack.py
alerts/templates/mails/issue_alert.html
alerts/templates/mails/issue_alert.txt
api/LICENSE
api/README.md
api/event.schema.altered.json
api/event.schema.json
bsmain/__init__.py
bsmain/admin.py
bsmain/apps.py
bsmain/future_python.py
bsmain/models.py
bsmain/tasks.py
bsmain/tests.py
bsmain/urls.py
bsmain/utils.py
bsmain/views.py
bsmain/management/__init__.py
bsmain/management/commands/__init__.py
bsmain/management/commands/check_migrations.py
bsmain/management/commands/convert_mariadb_uuids.py
bsmain/management/commands/create_auth_token.py
bsmain/management/commands/fetch_event_schema_json.py
bsmain/management/commands/makemigrations.py
bsmain/management/commands/migrate.py
bsmain/management/commands/munin.py
bsmain/management/commands/prestart.py
bsmain/management/commands/raise_exception.py
bsmain/management/commands/send_json.py
bsmain/management/commands/showstat.py
bsmain/management/commands/stress_test.py
bsmain/migrations/0001_initial.py
bsmain/migrations/0002_cachedmodelcount.py
bsmain/migrations/__init__.py
bsmain/templates/bsmain/auth_token_list.html
bugsink/__init__.py
bugsink/_version.py
bugsink/api_fields.py
bugsink/api_mixins.py
bugsink/api_pagination.py
bugsink/api_serializers.py
bugsink/app_settings.py
bugsink/authentication.py
bugsink/conf_utils.py
bugsink/context_processors.py
bugsink/dbrouters.py
bugsink/debug_views.py
bugsink/decorators.py
bugsink/email_backends.py
bugsink/event_schema.py
bugsink/exceptions.py
bugsink/gunicorn.docker.conf.py
bugsink/middleware.py
bugsink/moreiterutils.py
bugsink/period_utils.py
bugsink/permissions.py
bugsink/pygments_extensions.py
bugsink/streams.py
bugsink/test_api.py
bugsink/test_utils.py
bugsink/tests.py
bugsink/tooling.py
bugsink/transaction.py
bugsink/urls.py
bugsink/utils.py
bugsink/version.py
bugsink/views.py
bugsink/volume_based_condition.py
bugsink/wsgi.py
bugsink.egg-info/PKG-INFO
bugsink.egg-info/SOURCES.txt
bugsink.egg-info/dependency_links.txt
bugsink.egg-info/entry_points.txt
bugsink.egg-info/requires.txt
bugsink.egg-info/top_level.txt
bugsink/conf_templates/docker.py.template
bugsink/conf_templates/local.py.template
bugsink/conf_templates/singleserver.py.template
bugsink/scripts/__init__.py
bugsink/scripts/create_conf.py
bugsink/scripts/manage.py
bugsink/scripts/runsnappea.py
bugsink/scripts/show_version.py
bugsink/scripts/util.py
bugsink/settings/__init__.py
bugsink/settings/default.py
bugsink/settings/development.py
bugsink/timed_sqlite_backend/__init__.py
bugsink/timed_sqlite_backend/base.py
compat/__init__.py
compat/auth.py
compat/dsn.py
compat/tests.py
compat/timestamp.py
compat/vars.py
ee/LICENSE
ee/__init__.py
ee/tenants/__init__.py
ee/tenants/base.py
ee/tenants/middleware.py
ee/tenants/utils.py
ee/tenants/database_backend/__init__.py
ee/tenants/database_backend/base.py
events/__init__.py
events/admin.py
events/api_views.py
events/apps.py
events/factories.py
events/markdown_stacktrace.py
events/models.py
events/renderers.py
events/retention.py
events/serializers.py
events/storage.py
events/storage_registry.py
events/tasks.py
events/test_api.py
events/tests.py
events/ua_stuff.py
events/urls.py
events/utils.py
events/views.py
events/management/__init__.py
events/management/commands/__init__.py
events/management/commands/cleanup_eventstorage.py
events/management/commands/make_consistent.py
events/management/commands/migrate_to_current_eventstorage.py
events/management/commands/nuke_events.py
events/migrations/0001_initial.py
events/migrations/0002_initial.py
events/migrations/0003_initial.py
events/migrations/0004_b_squashed.py
events/migrations/0004_event_irrelevance_for_retention.py
events/migrations/0005_event_events_even_project_abe572_idx.py
events/migrations/0006_event_never_evict.py
events/migrations/0007_set_never_evict.py
events/migrations/0008_remove_event_events_even_project_abe572_idx_and_more.py
events/migrations/0009_event_events_even_issue_i_90497b_idx.py
events/migrations/0010_rename_ingest_order_event_digest_order_and_more.py
events/migrations/0011_remove_event_events_even_project_adcdee_idx_and_more.py
events/migrations/0012_event_ingested_at.py
events/migrations/0013_harmonize_foogested_at.py
events/migrations/0014_event_grouping.py
events/migrations/0015_set_event_grouping.py
events/migrations/0016_truncate_exception_type_128.py
events/migrations/0017_alter_event_calculated_type_and_more.py
events/migrations/0018_remove_event_has_exception_remove_event_has_logentry.py
events/migrations/0019_event_storage_backend.py
events/migrations/0020_remove_events_with_null_issue_or_grouping.py
events/migrations/0021_alter_do_nothing.py
events/migrations/0022_alter_event_project.py
events/migrations/0023_event_remote_addr.py
events/migrations/__init__.py
events/templates/events/event_stacktrace.txt
files/__init__.py
files/admin.py
files/apps.py
files/models.py
files/tasks.py
files/tests.py
files/urls.py
files/views.py
files/management/__init__.py
files/management/commands/__init__.py
files/management/commands/vacuum_files.py
files/migrations/0001_initial.py
files/migrations/0002_chunk_created_at_file_accessed_at_file_created_at_and_more.py
files/migrations/__init__.py
ingest/__init__.py
ingest/admin.py
ingest/apps.py
ingest/event_counter.py
ingest/exceptions.py
ingest/filestore.py
ingest/header_validators.py
ingest/models.py
ingest/parsers.py
ingest/tasks.py
ingest/tests.py
ingest/urls.py
ingest/views.py
ingest/management/__init__.py
ingest/management/commands/__init__.py
ingest/management/commands/vacuum_ingest_dir.py
ingest/migrations/0001_set_sqlite_wal.py
ingest/migrations/0002_initial.py
ingest/migrations/__init__.py
issues/__init__.py
issues/admin.py
issues/api_views.py
issues/apps.py
issues/factories.py
issues/forms.py
issues/models.py
issues/regressions.py
issues/serializers.py
issues/tasks.py
issues/test_api.py
issues/tests.py
issues/urls.py
issues/utils.py
issues/views.py
issues/migrations/0001_initial.py
issues/migrations/0002_initial.py
issues/migrations/0003_alter_turningpoint_triggering_event.py
issues/migrations/0004_b_squashed.py
issues/migrations/0004_rename_event_count_issue_digested_event_count.py
issues/migrations/0005_rename_ingest_order_issue_digest_order_and_more.py
issues/migrations/0006_issue_next_unmute_check.py
issues/migrations/0007_alter_turningpoint_options.py
issues/migrations/0008_issue_stored_event_count.py
issues/migrations/0009_fill_stored_event_count.py
issues/migrations/0010_issue_list_indexes.py
issues/migrations/0011_truncate_exception_type_128.py
issues/migrations/0012_alter_issue_calculated_type_and_more.py
issues/migrations/0013_fix_issue_stored_event_counts.py
issues/migrations/0014_grouping_grouping_key_hash.py
issues/migrations/0015_set_grouping_hash.py
issues/migrations/0016_alter_grouping_unique_together.py
issues/migrations/0017_issue_list_indexes_must_start_with_project.py
issues/migrations/0018_issue_is_deleted.py
issues/migrations/0019_alter_grouping_grouping_key_hash.py
issues/migrations/0020_remove_objects_with_null_issue.py
issues/migrations/0021_alter_do_nothing.py
issues/migrations/0022_turningpoint_project.py
issues/migrations/0023_turningpoint_set_project.py
issues/migrations/0024_turningpoint_project_alter_not_null.py
issues/migrations/0025_alter_grouping_project_alter_issue_project.py
issues/migrations/__init__.py
issues/templates/issues/_event_nav.html
issues/templates/issues/base.html
issues/templates/issues/breadcrumbs.html
issues/templates/issues/event_404.html
issues/templates/issues/event_details.html
issues/templates/issues/event_list.html
issues/templates/issues/grouping.html
issues/templates/issues/history.html
issues/templates/issues/issue_list.html
issues/templates/issues/stacktrace.html
issues/templates/issues/tags.html
locale/zh_Hans/LC_MESSAGES/django.mo
locale/zh_Hans/LC_MESSAGES/django.po
performance/__init__.py
performance/bursty_data.py
performance/context_managers.py
performance/management/__init__.py
performance/management/commands/__init__.py
performance/management/commands/pftest_search.py
performance/stress-with-eviction/README.md
performance/stress-with-eviction/df-day.png
performance/stress-with-eviction/event_ingest_count-day.png
performance/stress-with-eviction/response_time_api_avg-day.png
performance/stress-with-eviction/response_time_api_max-day.png
performance/stress-with-eviction/snappea_queue_size-day.png
performance/stress-with-eviction/total_requests-day.png
phonehome/__init__.py
phonehome/admin.py
phonehome/apps.py
phonehome/models.py
phonehome/tasks.py
phonehome/tests.py
phonehome/views.py
phonehome/management/__init__.py
phonehome/management/commands/__init__.py
phonehome/management/commands/print_phonehome.py
phonehome/migrations/0001_b_squashed_initial.py
phonehome/migrations/0001_initial.py
phonehome/migrations/0002_create_installation_id.py
phonehome/migrations/0002_installation_email_quota_usage.py
phonehome/migrations/0003_outboundmessage.py
phonehome/migrations/0004_installation_created_at.py
phonehome/migrations/0005_installation_silence_email_system_warning.py
phonehome/migrations/__init__.py
projects/__init__.py
projects/admin.py
projects/api_views.py
projects/apps.py
projects/context_processors.py
projects/forms.py
projects/models.py
projects/serializers.py
projects/tasks.py
projects/test_api.py
projects/tests.py
projects/urls.py
projects/views.py
projects/migrations/0001_initial.py
projects/migrations/0002_b_squashed_initial.py
projects/migrations/0002_initial.py
projects/migrations/0003_project_projects_pr_name_11d782_idx.py
projects/migrations/0003_project_retention_max_event_count.py
projects/migrations/0004_project_quota_exceeded_until.py
projects/migrations/0005_project_ingested_event_count.py
projects/migrations/0006_initial_ingested_count_value.py
projects/migrations/0007_rename_ingested_event_count_project_digested_event_count.py
projects/migrations/0008_project_next_quota_check.py
projects/migrations/0009_alter_project_visibility.py
projects/migrations/0010_project_stored_event_count.py
projects/migrations/0011_fill_stored_event_count.py
projects/migrations/0012_project_is_deleted.py
projects/migrations/0013_delete_objects_pointing_to_null_project.py
projects/migrations/0014_alter_projectmembership_project.py
projects/migrations/__init__.py
projects/templates/mails/project_membership_invite.html
projects/templates/mails/project_membership_invite.txt
projects/templates/mails/project_membership_invite_new_user.html
projects/templates/mails/project_membership_invite_new_user.txt
projects/templates/projects/project_alerts_setup.html
projects/templates/projects/project_edit.html
projects/templates/projects/project_list.html
projects/templates/projects/project_member_settings.html
projects/templates/projects/project_members.html
projects/templates/projects/project_members_accept.html
projects/templates/projects/project_members_invite.html
projects/templates/projects/project_messaging_service_edit.html
projects/templates/projects/project_new.html
projects/templates/projects/project_sdk_setup.html
projects/templates/projects/project_sdk_setup_javascript.html
projects/templates/projects/project_sdk_setup_php.html
projects/templates/projects/project_sdk_setup_python.html
releases/__init__.py
releases/admin.py
releases/api_views.py
releases/apps.py
releases/models.py
releases/serializers.py
releases/test_api.py
releases/tests.py
releases/views.py
releases/migrations/0001_initial.py
releases/migrations/0002_release_releases_re_sort_ep_5c07c8_idx.py
releases/migrations/0003_alter_release_project.py
releases/migrations/0004_fix_indexes.py
releases/migrations/__init__.py
sentry/LICENSE
sentry/__init__.py
sentry/assemble.py
sentry/stacktraces/functions.py
sentry/stacktraces/platform.py
sentry/stacktraces/processing.py
sentry/utils/safe.py
sentry/utils/strings.py
sentry_sdk_extensions/__init__.py
sentry_sdk_extensions/tests.py
sentry_sdk_extensions/transport.py
snappea/__init__.py
snappea/admin.py
snappea/apps.py
snappea/datastructures.py
snappea/decorators.py
snappea/example_tasks.py
snappea/foreman.py
snappea/models.py
snappea/settings.py
snappea/stats.py
snappea/tests.py
snappea/utils.py
snappea/views.py
snappea/management/__init__.py
snappea/management/commands/__init__.py
snappea/management/commands/checksnappea.py
snappea/management/commands/runsnappea.py
snappea/migrations/0001_initial.py
snappea/migrations/0002_create_models.py
snappea/migrations/0003_task_created_at.py
snappea/migrations/0004_task_snappea_tas_created_eb0824_idx.py
snappea/migrations/0005_stat.py
snappea/migrations/__init__.py
static/favicon.png
static/fonts/ibm-plex-mono-v19-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2
static/fonts/ibm-plex-mono-v19-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700italic.woff2
static/fonts/ibm-plex-mono-v19-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-italic.woff2
static/fonts/ibm-plex-mono-v19-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2
static/fonts/ibm-plex-sans-v19-cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese-700.woff2
static/fonts/ibm-plex-sans-v19-cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese-700italic.woff2
static/fonts/ibm-plex-sans-v19-cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese-italic.woff2
static/fonts/ibm-plex-sans-v19-cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese-regular.woff2
static/images/bugsink-logo-dark.png
static/images/bugsink-logo.png
static/images/lang-javascript.png
static/images/lang-php.png
static/images/lang-python.png
static/js/entity_edit.js
static/js/issue_history.js
static/js/issue_list.js
static/js/issue_stacktrace.js
static/js/project_list.js
static/js/team_list.js
static/js/user_list.js
tags/__init__.py
tags/admin.py
tags/apps.py
tags/models.py
tags/search.py
tags/tasks.py
tags/tests.py
tags/utils.py
tags/management/__init__.py
tags/management/commands/__init__.py
tags/management/commands/init_tags.py
tags/management/commands/vacuum_eventless_issuetags.py
tags/management/commands/vacuum_tags.py
tags/migrations/0001_initial.py
tags/migrations/0002_no_cascade.py
tags/migrations/0003_remove_objects_with_null_issue.py
tags/migrations/0004_alter_do_nothing.py
tags/migrations/0005_alter_eventtag_project_alter_issuetag_project_and_more.py
tags/migrations/__init__.py
teams/__init__.py
teams/admin.py
teams/api_views.py
teams/apps.py
teams/forms.py
teams/models.py
teams/serializers.py
teams/tasks.py
teams/test_api.py
teams/tests.py
teams/urls.py
teams/views.py
teams/migrations/0001_b_squashed_initial.py
teams/migrations/0001_initial.py
teams/migrations/0002_initial.py
teams/migrations/0002_team_teams_team_name_43e047_idx.py
teams/migrations/0003_alter_team_visibility.py
teams/migrations/0004_remove_team_slug.py
teams/migrations/__init__.py
teams/templates/mails/team_membership_invite.html
teams/templates/mails/team_membership_invite.txt
teams/templates/mails/team_membership_invite_new_user.html
teams/templates/mails/team_membership_invite_new_user.txt
teams/templates/teams/team_edit.html
teams/templates/teams/team_list.html
teams/templates/teams/team_member_settings.html
teams/templates/teams/team_members.html
teams/templates/teams/team_members_accept.html
teams/templates/teams/team_members_invite.html
teams/templates/teams/team_new.html
templates/400.html
templates/403.html
templates/403_csrf.html
templates/404.html
templates/4xx_5xx_api.txt
templates/500.html
templates/robots.txt
templates/signup.html
templates/admin/change_form_object_tools.html
templates/bugsink/counts.html
templates/bugsink/csrf_debug.html
templates/bugsink/login.html
templates/bugsink/settings.html
theme/__init__.py
theme/apps.py
theme/tests.py
theme/static/css/dist/styles.css
theme/static_src/.gitignore
theme/static_src/package-lock.json
theme/static_src/package.json
theme/static_src/postcss.config.js
theme/static_src/tailwind.config.js
theme/static_src/src/styles.css
theme/templates/bare_base.html
theme/templates/barest_base.html
theme/templates/base.html
theme/templates/tailwind_forms/formfield.html
theme/templatetags/__init__.py
theme/templatetags/add_to_qs.py
theme/templatetags/code.py
theme/templatetags/issues.py
theme/templatetags/stricter_templates.py
theme/templatetags/tailwind_forms.py
theme/templatetags/user.py
theme/templatetags/version.py
tools/is_tracked_by_tailwind.py
tools/strip-trailing-whitespace.sh
users/__init__.py
users/admin.py
users/apps.py
users/forms.py
users/models.py
users/tasks.py
users/tests.py
users/urls.py
users/views.py
users/management/__init__.py
users/management/commands/__init__.py
users/management/commands/send_welcome_email.py
users/migrations/0001_initial.py
users/migrations/0002_user_theme_preference.py
users/migrations/0003_user_language.py
users/migrations/0004_alter_user_language.py
users/migrations/__init__.py
users/templates/mails/confirm_email.html
users/templates/mails/confirm_email.txt
users/templates/mails/reset_password_email.html
users/templates/mails/reset_password_email.txt
users/templates/mails/welcome_email.html
users/templates/mails/welcome_email.txt
users/templates/users/confirm_email.html
users/templates/users/confirm_email_sent.html
users/templates/users/logged_out.html
users/templates/users/preferences.html
users/templates/users/request_reset_password.html
users/templates/users/resend_confirmation.html
users/templates/users/reset_password.html
users/templates/users/reset_password_email_sent.html
users/templates/users/user_edit.html
users/templates/users/user_list.html