Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Replay Index] Allow search by geo.region for replay and user feedback events #67001

Open
jas-kas opened this issue Mar 14, 2024 · 7 comments
Open

Comments

@jas-kas
Copy link
Member

jas-kas commented Mar 14, 2024

Proposal

Allow searching by geo.region for replay events. This field is available today for Sentry events.

Feature request

@jas-kas jas-kas changed the title [Replay Index] Allow search by geo.region for replay events [Replay Index] Allow search by geo.region for replay and user feedback events Mar 15, 2024
@nthgol
Copy link

nthgol commented Mar 22, 2024

Like Full Story, would like to be able to search for session replays by region, like "USA".

It might be an indicator of internet speed, cultural interaction with UI/UX, etc

@getsantry
Copy link
Contributor

getsantry bot commented Mar 26, 2024

Routing to @getsentry/product-owners-replays for triage ⏲️

@getsantry getsantry bot moved this from Waiting for: Support to Waiting for: Product Owner in GitHub Issues with 👀 2 Mar 26, 2024
@jas-kas
Copy link
Member Author

jas-kas commented Oct 24, 2024

@aliu39 Is there a reason why this doesn't show up in the autocomplete of Replay search today?

It should be there https://github.com/getsentry/relay/blob/75de129eb9dc88561c31f0d3b8e0332f5b01cab3/relay-event-schema/src/protocol/replay.rs#L273

getsentry/relay#4088

@bruno-garcia
Copy link
Member

bruno-garcia commented Oct 24, 2024

Seems related to this change done by @Dav1dde but not quite the same?

This PR added get tag under user. But not at the event level.
Should the search map from geo. to user.geo.?

@aliu39
Copy link
Member

aliu39 commented Oct 25, 2024

CC @cmanallen

Doesn't look like user.geo is anywhere in our search config..

"user.email": string_field("user_email"),
"user.id": string_field("user_id"),
"user.ip_address": NullableStringColumnField("ip_address_v4", parse_ipv4, SumOfIPv4Scalar),
"user.username": string_field("user_name"),

When a field is missing from the config, we interpret it as a custom tag. But this isn't one..

@aliu39
Copy link
Member

aliu39 commented Oct 25, 2024

Not in storage schema either: replays.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

7 participants