| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hub s3 hydrate improvements (#902) | Dan Engelbrecht | 6 days | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Feature: Added `--hub-hydration-target-config` option to specify the hydration target via a JSON config file (mutually exclusive with `--hub-hydration-target-spec`); supports `file` and `s3` types with structured settings ```json { "type": "file", "settings": { "path": "/path/to/hydration/storage" } } ``` ```json { "type": "s3", "settings": { "uri": "s3://bucket[/prefix]", "region": "us-east-1", "endpoint": "http://localhost:9000", "path-style": true } } ``` - Improvement: Hub hydration dehydration skips the `.sentry-native` directory - Bugfix: Fixed `MakeSafeAbsolutePathInPlace` when a UNC prefix is present but path uses mixed delimiters | ||||
| * | add tests for s3 and file hydrators (#886) | Dan Engelbrecht | 13 days | 1 | -0/+10 |
| | | |||||
| * | add --hub-hydration-target-spec to zen hub (#867) | Dan Engelbrecht | 2026-03-19 | 1 | -1/+1 |
| | | |||||
| * | hubservice refactor (#819) | Dan Engelbrecht | 2026-03-10 | 1 | -1/+1 |
| | | | | | | * move Hub to separate class * move StorageServerInstance to separate files * refactor HttpHubService to not own Hub instance | ||||
| * | zen hub (#574) | Stefan Boberg | 2026-01-21 | 1 | -0/+40 |
| Initial implementation of zenserver "hub" mode. This is an experimental feature. zenserver can be started in hub mode by specifying `hub` as the first argument to zenserver | |||||