Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "general/uap-core"]
path = relay-ua/uap-core
url = https://github.com/ua-parser/uap-core.git
[submodule "sentry-native"]
path = relay-crash/sentry-native
url = https://github.com/getsentry/sentry-native.git
[submodule "sentry-conventions"]
path = relay-conventions/sentry-conventions
url = https://github.com/getsentry/sentry-conventions
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Infer span descriptions via `sentry-conventions`. ([#6093](https://github.com/getsentry/relay/pull/6093))
- Raises the size limit for the flags context to 64KiB. ([#6137](https://github.com/getsentry/relay/pull/6137))
- Add segment_names field to Replay events. ([#6134](https://github.com/getsentry/relay/pull/6134))
- Use a out of process solution for catching crashes. ([#6158](https://github.com/getsentry/relay/pull/6158))
- Support PEM file format for signing / verification keys. ([#6155](https://github.com/getsentry/relay/pull/6155))

**Bug Fixes**:
Expand Down
Loading
Loading