Skip to content

The INP parameter is not displayed on the dashboard if the tunnel option is active #11646

Closed
@andreamaiolo

Description

@andreamaiolo

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/browser

SDK Version

7.110.1

Framework Version

React 18.2.0

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

When browsing a page with the tunnel option enabled, our server receives envelopes which we then POST to Sentry.

Expected Result

We expect all information that our server processes to be displayed on the dashboard, including the INP parameter.

This is, for example, an envelope that we receive on the server and POST it to Sentry, it gets lost.

{"sent_at":"2024-04-17T08:02:11.023Z","dsn":"https://xxx.ingest.sentry.io/xxx"}
{"type":"span"}
{"data":{"sentry.origin":"manual","sentry.op":"ui.interaction.click","release":"unknown","environment":"twbox","transaction":"/places"},"description":"<unknown>","op":"ui.interaction.click","span_id":"8a7171204d3da7bc","start_timestamp":1713340917.8902,"timestamp":1713340918.1701999,"trace_id":"ff475ce1d41b4f32955fb9e44e5fd749","origin":"manual","exclusive_time":280,"measurements":{"inp":{"value":280,"unit":"millisecond"}}}

Another thing is that the description is <unknown>, not sure why.

Actual Result

No INP information is shown, as in the screenshot:

Screenshot 2024-04-17 at 10 28 33

Metadata

Metadata

Assignees

Labels

Package: browserIssues related to the Sentry Browser SDK

Type

Projects

Status

Waiting for: Product Owner

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions