sentry-javascript: INP not being collected in SvelteKit project
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.108.0
Framework Version
SvelteKit 2.5.4
Link to Sentry event
No response
SDK Setup
Sentry.init({
dsn: __DSN__,
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
integrations: [
replayIntegration({ maskAllInputs: false, maskAllText: false }),
Sentry.browserTracingIntegration({
enableInp: true
})
],
environment: PUBLIC_SENTRY_ENV ?? 'unknown'
});
Steps to Reproduce
- Set
enableInpoption totrue - Visited some pages
Expected Result
INP data to be reported in the dashboard
Actual Result
No INP data (been enabled for 6 days now)
About this issue
- Original URL
- State: closed
- Created 3 months ago
- Reactions: 1
- Comments: 17 (5 by maintainers)
Yes, I think so. I will try after 15.04. with the new 24.4 update and report results back
@Lms24 Yes, I see outgoing INP spans as the following:
The envelope is only send after following two steps have been performed:
So far I recognized only one INP envelope
I have opted into
organizations:standalone-span-ingestionbut so far I do not have any data in the sentry-portal. I have 24.3.0 installed. So I will wait for the next update and keep you updated