sentry-javascript: The INP parameter is not displayed on the dashboard if the tunnel option is active
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
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:
About this issue
- Original URL
- State: open
- Created 2 months ago
- Comments: 18 (10 by maintainers)
Here it is:
https://treatwell-tech.sentry.io/performance/browser/pageloads/overview/?environment=twbox&project=6485152&statsPeriod=24h&transaction=%2F&type=interactions