Skip to content

Commit

Permalink
fix(changelog): use proper markdown links format (#1696)
Browse files Browse the repository at this point in the history
Fix few broken links in our `CHANGELOG`.
  • Loading branch information
olksdr authored Dec 14, 2022
1 parent 1edaf63 commit 026536a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Add OpenTelemetry Context ([#1617](https://github.com/getsentry/relay/pull/1617))
- Add `app.in_foreground` and `thread.main` flag to protocol. ([#1578](https://github.com/getsentry/relay/pull/1578))
- Add support for View Hierarchy attachment_type. ([#1642](https://github.com/getsentry/relay/pull/1642))
- Add invalid replay recording outcome. ([#1684]https://github.com/getsentry/relay/pull/1684)
- Add invalid replay recording outcome. ([#1684](https://github.com/getsentry/relay/pull/1684))
- Add max replay size configuration parameter. ([#1694](https://github.com/getsentry/relay/pull/1694))

**Bug Fixes**:
Expand Down Expand Up @@ -356,7 +356,7 @@
**Features**:

- Add sampling based on transaction name. ([#1058](https://github.com/getsentry/relay/pull/1058))
- Support running Relay without config directory. The most important configuration, including Relay mode and credentials, can now be provided through commandline arguments or environment variables alone. ([#1055](https://github.com/getsentry/relay/pull/1055)
- Support running Relay without config directory. The most important configuration, including Relay mode and credentials, can now be provided through commandline arguments or environment variables alone. ([#1055](https://github.com/getsentry/relay/pull/1055))
- Protocol support for client reports. ([#1081](https://github.com/getsentry/relay/pull/1081))
- Extract session metrics in non processing relays. ([#1073](https://github.com/getsentry/relay/pull/1073))

Expand Down

0 comments on commit 026536a

Please sign in to comment.