108 Commits

Author SHA1 Message Date
Nikita Korolev
a2447aa480
Cleanup unused feature flags (#3820)
* remove organizations:sso-rippling

https://github.com/getsentry/sentry/pull/31515

* remove organizations:metrics-extraction

https://github.com/getsentry/sentry/pull/69860

* remove organizations:user-feedback-ingest

https://github.com/getsentry/sentry/pull/78097

* remove organizations:user-feedback-replay-clip

https://github.com/getsentry/sentry/pull/87771

---------

Co-authored-by: ds <ds@local>
2025-07-20 07:04:09 +07:00
Reinaldy Rafli
91b42a9878
feat: Swap trace-view-v1 feature flag with visibility-explore-view (#3801) 2025-07-14 20:49:21 +07:00
Reinaldy Rafli
3e9e1ec367
fix: set harakiri Django option to 30s (#3792)
* fix: set harakiri Django option to 30s

Closes https://github.com/getsentry/self-hosted/issues/1573

From @guoard and @aminvakil who found the issue of "uWSGI reports full listen queue" was caused mostly by workers taking longer times to finish. For folks with bigger Sentry installation, they might want to increase the `proxy_read_timeout` and `harakiri` values to a longer (acceptable) time.

See the GitHub issue linked above for more details.

* feat: document 'harakiri' option instead of making it the default

* Update sentry.conf.example.py

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Update sentry.conf.example.py

Co-authored-by: Amin Vakil <info@aminvakil.com>

---------

Co-authored-by: Amin Vakil <info@aminvakil.com>
2025-07-11 16:19:14 +01:00
Evan Purkhiser
06d0fb1715
feat(uptime): Enable uptime in self-hosted (#3787) 2025-07-07 16:23:50 +00:00
Reinaldy Rafli
d3a068df84
feat: make system.secret-key configurable from environment variables (#3783) 2025-07-02 16:12:47 +07:00
Reinaldy Rafli
0fce96cc11
chore: provide detailed note for sentry endpoint settings (#3780)
Follow up for https://github.com/getsentry/self-hosted/pull/3747
2025-06-25 22:07:43 +00:00
yildizozgur
43d7d96721
feat: enable customization sentry DSN endpoint (#3747)
feat: enable customization sentry DSN endpoint

Update sentry/sentry.conf.example.py
2025-06-19 01:07:12 +00:00
Reinaldy Rafli
4c973e0824
feat(features): enable continuous profiling (#3742) 2025-06-12 07:55:54 +07:00
Reinaldy Rafli
e684c7e3bd
chore: prune removed feature flags on main repository (#3731) 2025-06-04 06:44:58 +01:00
Nikita Korolev
9e085a0f78
chore: cleanup obsolete feature flags (#3701)
* remove obsolete SENTRY_RELEASE_HEALTH

removed in https://github.com/getsentry/sentry/pull/68226

* remove unused feature flags

removed in https://github.com/getsentry/sentry/pull/32010

* remove session-replay-enable-canvas

removed in https://github.com/getsentry/sentry/pull/87762
2025-05-16 10:53:41 +01:00
anthony sottile
241b58dd22
ref: remove SENTRY_USE_BIG_INTS (always True) (#3687) 2025-05-01 10:18:23 -07:00
Reinaldy Rafli
0970b144f5
feat(sentry): add dynamic sampling feature to config (#3631) 2025-03-24 14:09:06 +00:00
Junsung Cho
1c3047fa8f
docs(config): add example config for Google Auth (#3623) 2025-03-18 12:35:07 +00:00
Reinaldy Rafli
d63138d8b7
feat(features): enable session replay canvas (#3619) 2025-03-17 14:33:46 +00:00
Reinaldy Rafli
30f8d0125f
feat(features): enable trace view (#3617) 2025-03-14 13:46:30 +00:00
Reinaldy Rafli
9486a832eb
feat: provide monitoring-related configurations (#3611)
In accordance with https://github.com/getsentry/sentry-docs/pull/12660
2025-03-10 20:44:40 +00:00
leeoocca
3e1ebfb4fc
refactor: move system.url-prefix under systems settings section (#3588) 2025-02-28 11:32:25 +00:00
Reinaldy Rafli
aebe5542d4
chore: clearer message for errors-only mode (#3487) 2024-12-21 20:59:30 +00:00
Reinaldy Rafli
817fde205f
ref: remove suggested fix (#3446) 2024-11-27 09:53:07 -08:00
Burak Yigit Kaya
db21c6cc55
Revert "Revert "ref(feedback): remove issue platform flags after releasing issue types"" (#3403)
Revert "Revert "ref(feedback): remove issue platform flags after releasing is…"

This reverts commit 7574a49542319aab09c879a17ac40658e9f6d0d9.
2024-10-31 22:32:29 +00:00
Burak Yigit Kaya
7574a49542
Revert "ref(feedback): remove issue platform flags after releasing issue types" (#3402)
Revert "ref(feedback): remove issue platform flags after releasing issue type…"

This reverts commit 72c5e59ed41e966cf4e0857b69d9258ff16e2ea4.

https://github.com/getsentry/self-hosted/pull/3397#issuecomment-2442142424
2024-10-28 20:02:23 +00:00
Andrew Liu
72c5e59ed4
ref(feedback): remove issue platform flags after releasing issue types (#3397) 2024-10-28 16:58:38 +00:00
Victor
bdf8d3ff91
chore: replace old URLs of the repo with the new docs (#3375) 2024-10-10 07:55:58 -07:00
Reinaldy Rafli
9a2f4e1844
ref: span normalization allowed host config (#3245)
Co-authored-by: Hubert Deng <hubert.deng@sentry.io>
2024-10-10 07:54:39 -07:00
Reinaldy Rafli
cba2d4b236
docs: explicitly specify mail.use-{tls,ssl} is mutually exclusive (#3368) 2024-10-08 11:54:07 -07:00
Reinaldy Rafli
5910c02cc4
ref: allow hosted js sdk bundles (#3365)
* ref: allow hosted js sdk bundles


---------

Co-authored-by: Burak Yigit Kaya <ben@byk.im>
2024-10-07 16:03:28 -07:00
Andrew Liu
8595228be3
ref(feedback): cleanup topic rollout option (#3276) 2024-08-17 00:58:28 +00:00
Andrew Liu
9b815ac58d
Revert "ref(feedback): cleanup topic rollout option" (#3262)
Revert "ref(feedback): cleanup topic rollout option (#3256)"

This reverts commit d64f72fafaf5937636df29fd108d471c63671aeb.
2024-08-12 18:55:04 +00:00
Andrew Liu
d64f72fafa
ref(feedback): cleanup topic rollout option (#3256) 2024-08-12 11:05:26 -07:00
anthony sottile
053f4010b6
add -euo pipefail to enhance-image.example.sh (#3246) 2024-08-05 10:15:51 -07:00
anthony sottile
20af97258a
remove python-dev (#3242)
this package does not exist on modern debians, the headers are already available in the docker image anyway

resolves #3226
2024-08-02 14:07:42 -07:00
Reinaldy Rafli
0b11564e36
feat: enable user feedback feature (#3193)
* feat: enable user feedback feature
2024-08-01 12:01:17 -07:00
Alex Bouma
cd7c460e15
Use CDN by default for JS SDK Loader (#3213)
Co-authored-by: Hubert Deng <hubert.deng@sentry.io>
2024-07-30 13:29:14 -07:00
Hubert Deng
fd2f9fa74c
Fix: errors only config flag (#3220)
fix bug with errors only flag
2024-07-23 11:14:55 -07:00
Hubert Deng
485d3ffd2f
Add errors only self-hosted infrastructure (#3190) 2024-07-22 10:23:05 -07:00
Reinaldy Rafli
e39ac04ccc
feat: add insights feature flags (#3152)
* feat: add insights feature flags

* feat: add span metrics extractions addons feature flag
2024-07-08 17:37:50 -07:00
Pierre Massat
ede1e6f836
ref(spans): Add new feature flags needed (#3092)
* ref(spans): Add new feature flags needed

* Add new UI flags

* Remove addons ingest flag as we're not releasing addons yet

* Remove obsolete flags
2024-05-29 10:32:30 -07:00
Vova Luchaninov
9afc35910e
Typo in config.example.yml (#3063)
Update config.example.yml

typo
2024-05-21 17:30:11 +00:00
edwardgou-sentry
8b6ba0db54
fix(performance): Add spans-first-ui flag to enable starfish/performance module views in ui (#2993)
Adds spans-first-ui flag to enable displaying starfish/performance modules in ui
2024-04-23 15:11:11 -04:00
edwardgou-sentry
20150f06d7
fix(spans): Adds organizations:standalone-span-ingestion flag to default config (#2936)
Adds organizations:standalone-span-ingestion flag to default config
2024-04-04 10:16:18 -04:00
Jann Kleen
437bddd201
Remove duplicate feature flags (#2899) 2024-03-18 09:13:35 -07:00
Pierre Massat
f64b0fb130
feat(spans): Ingest spans (#2861) 2024-03-11 20:52:11 +00:00
Iven Schlenther
2f5e5c5b5b
simplify if for open-ai-suggestion (#2732)
* simplify if for open-ai-suggestion
2024-02-28 11:20:00 -08:00
Reinaldy Rafli
1ddf4e508e
chore: provide clearer csrf url example (#2833) 2024-02-27 17:29:28 +00:00
Reinaldy Rafli
17c41815b4
feat: provide csrf settings information for sentry config (#2762)
* feat: provide csrf settings information for sentry config

* chore: trim trailing whitespace
2024-02-06 09:18:53 -08:00
Hubert Deng
f3a1ba142a
Revert "Move open ai key from env variables" (#2724) 2024-01-18 14:23:06 -08:00
Hubert Deng
9936376f4e
Fix cache error self hosted (#2722)
* fix cache error self hosted
2024-01-18 10:32:39 -08:00
Hubert Deng
5c7c19246f
Enable crons (#2712)
enable crons
2024-01-16 21:31:17 +00:00
Reinaldy Rafli
73d71adb02
feat: provide a toggle to enable discord integration (#2548)
* feat: provide a toggle to enable discord integration

* chore: remove feature flag toggle
2023-11-13 12:41:08 -08:00
Hubert Deng
975b6c4594
Add system.url-prefix to config for visibility (#2426)
add system.url-prefix to config for visibility
2023-10-10 10:41:57 -07:00