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

Form Data events are dropped #3359

Open
Dav1dde opened this issue Mar 28, 2024 · 1 comment
Open

Form Data events are dropped #3359

Dav1dde opened this issue Mar 28, 2024 · 1 comment
Labels
bug Something isn't working filler Requires little effort to resolve. Ready to be picked up anytime.

Comments

@Dav1dde
Copy link
Member

Dav1dde commented Mar 28, 2024

Form Data events are dropped in the store.

other => {
let event_type = event_item.as_ref().map(|item| item.ty().as_str());
let item_types = envelope
.items()
.map(|item| item.ty().as_str())
.collect::<Vec<_>>();
relay_log::with_scope(
|scope| {
scope.set_extra("item_types", item_types.into());
},
|| {
relay_log::error!(
tags.project_key = %scoping.project_key,
tags.event_type = event_type.unwrap_or("none"),
"StoreService received unexpected item type: {other}"
)
},
)
}

S4S Issue

@olksdr olksdr added filler Requires little effort to resolve. Ready to be picked up anytime. bug Something isn't working labels Apr 8, 2024
@jjbayer jjbayer self-assigned this Apr 12, 2024
@jjbayer jjbayer removed their assignment Apr 24, 2024
@jjbayer
Copy link
Member

jjbayer commented Apr 24, 2024

I added some more metadata to the error, but I don't see a pattern. We might need to attach the entire incoming envelope to the error to see if this is a bug or just custom SDK setups sending invalid envelopes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working filler Requires little effort to resolve. Ready to be picked up anytime.
Projects
None yet
Development

No branches or pull requests

3 participants