Skip to content

Commit 0b7b846

Browse files
feat(replay): Make OTA Updates field discoverable for replays search (#91214)
<img width="845" alt="Screenshot 2025-05-08 at 11 41 43" src="https://github.com/user-attachments/assets/fcfcd24f-0b98-40b1-807e-485f404aa32b" /> This is part of Sentry Expo integration. We want replays filterable using the OTA Updates properties. Making Replays filterable: - getsentry/relay#4711 - getsentry/snuba#7163 - getsentry/snuba#7164 - getsentry/snuba#7165 - getsentry/snuba#7166 - #91163 - (this) #91214 ~Related changes for making `release.version` searchable:~ `release.version` can be replaced by `release:*${VERSION}*` - getsentry/relay#4714 For Errors and Transactions this context was added in: - getsentry/relay#4690 - #90148 - #90162 - #90475
1 parent f1ee12b commit 0b7b846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/app/utils/fields/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,6 +2256,9 @@ export const REPLAY_FIELDS = [
22562256
FieldKey.USER_IP,
22572257
FieldKey.USER_USERNAME,
22582258
ReplayFieldKey.VIEWED_BY_ME,
2259+
FieldKey.OTA_UPDATES_CHANNEL,
2260+
FieldKey.OTA_UPDATES_RUNTIME_VERSION,
2261+
FieldKey.OTA_UPDATES_UPDATE_ID,
22592262
];
22602263

22612264
const REPLAY_FIELD_DEFINITIONS: Record<ReplayFieldKey, FieldDefinition> = {

0 commit comments

Comments
 (0)