Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Go to file
niklassc7 bc0816cda6
add sentry/backup.json to gitignore (#3450)
The backup-method described in the [documentation](https://develop.sentry.dev/self-hosted/backup/#backup) `./scripts/backup.sh` creates a backup file at `sentry/backup.json` which should be ignored by git.

### Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
2024-11-29 10:05:05 +00:00
_integration-test Edit test file name (#3002) 2024-04-29 10:47:32 -07:00
_unit-test fix: Use js.sentry-cdn.com for JS SDK downloads (#3417) 2024-11-07 12:25:53 +00:00
.github build(deps): bump codecov/codecov-action from 4 to 5 (#3429) 2024-11-18 12:41:33 +00:00
certificates feat: Have an empty certificates folder ready (#1065) 2021-08-17 17:40:35 +03:00
clickhouse fix(clickhouse): Allow nullable key (#3354) 2024-09-30 12:00:32 -07:00
cron Fix apt config generation when http_proxy is set (#2725) (#2734) 2024-01-31 12:11:48 -08:00
geoip Integrate with MaxMind out of the box (#766) 2020-12-14 11:56:04 -05:00
install fix: Use js.sentry-cdn.com for JS SDK downloads (#3417) 2024-11-07 12:25:53 +00:00
jq [Snyk] Security upgrade debian from bullseye-slim to bookworm-20231009-slim (#2511) 2023-10-25 11:23:44 -07:00
relay ref(relay): Remove comment from sample config (#926) 2021-04-19 12:48:54 +00:00
scripts Remove cdc and wal2json and use the default postgres entrypoint (#3260) 2024-08-12 09:12:37 -07:00
sentry ref: remove suggested fix (#3446) 2024-11-27 09:53:07 -08:00
symbolicator Add volumed-out config directory for symbolicator. (#566) 2020-07-08 20:42:33 +03:00
workstation Add workstation configuration (#2968) 2024-04-18 11:21:38 -07:00
.craft.yml meta: Add some changelog (#984) 2021-06-07 20:13:37 +03:00
.editorconfig EditorConfig and indentation fixes (#650) 2020-08-31 14:40:52 +03:00
.env build: Set master version to nightly 2024-11-26 17:56:03 +00:00
.gitattributes fix(test): Export test script (#978) 2021-05-31 14:44:51 +03:00
.gitignore add sentry/backup.json to gitignore (#3450) 2024-11-29 10:05:05 +00:00
.pre-commit-config.yaml Reference paths relative to project root (#1800) 2023-02-17 09:59:48 -08:00
CHANGELOG.md release: 24.11.1 2024-11-26 17:27:18 +00:00
codecov.yml chore: Disable codecov for master/release branches (#3384) 2024-10-17 14:17:20 -07:00
CONTRIBUTING.md fix(sentry-admin): Do not wait for command finish to display output (#3390) 2024-10-18 19:09:31 +00:00
docker-compose.yml ref: remove suggested fix (#3446) 2024-11-27 09:53:07 -08:00
install.sh ref: allow hosted js sdk bundles (#3365) 2024-10-07 16:03:28 -07:00
LICENSE.md Upgrade to FSL-1.1 (#2835) 2024-02-27 17:15:42 -05:00
nginx.conf fix: missing mime types and turning off autoindex for js-sdk endpoint (#3395) 2024-11-07 13:25:50 +00:00
README.md docs: link to develop docs (#3307) 2024-09-03 12:55:40 -07:00
redis.conf fix(redis): Use a safer eviction rule (#3432) 2024-11-19 16:34:41 +00:00
requirements-dev.txt fix(sentry-admin): Do not wait for command finish to display output (#3390) 2024-10-18 19:09:31 +00:00
sentry-admin.sh fix(sentry-admin): Do not wait for command finish to display output (#3390) 2024-10-18 19:09:31 +00:00
unit-test.sh fix(loader): provide js sdk assets from 4.x (#3415) 2024-11-07 10:11:07 +00:00

Self-Hosted Sentry

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept.

Documentation here.