Skip to content

Commit

Permalink
hackweek: Relay dashboard (#2422)
Browse files Browse the repository at this point in the history
Add Web UI Dashboard to Relay. 

---------

Co-authored-by: Oleksandr Kylymnychenko <oleksandr@sentry.io>
Co-authored-by: Oleksandr <1931331+olksdr@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 8, 2023
1 parent 8aa5ecd commit 308005b
Show file tree
Hide file tree
Showing 24 changed files with 1,339 additions and 52 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Add `view_names` to `AppContext` ([#2344](https://github.com/getsentry/relay/pull/2344))
- Tag keys in error events and transaction events can now be up to `200` ASCII characters long. Before, tag keys were limited to 32 characters. ([#2453](https://github.com/getsentry/relay/pull/2453))
- The Crons monitor check-in APIs have learned to accept JSON via POST. This allows for monitor upserts by specifying the `monitor_config` in the JSON body. ([#2448](https://github.com/getsentry/relay/pull/2448))
- Add an experimental web interface for local Relay deployments. ([#2422](https://github.com/getsentry/relay/pull/2422))

**Bug Fixes**:

Expand Down
Loading

0 comments on commit 308005b

Please sign in to comment.