Skip to content

FCP regression from ~442ms to ~1460ms after upgrading @sentry/react from 8.27.0 to 8.28.0 #20455

Description

@oekomar

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/react

SDK Version

8.28.0

Framework Version

Preact 10.27.3, React Router v6

Link to Sentry event

No response

Reproduction Example/SDK Setup

Sentry.init({
dsn: sentryDSN,
release: rooster-webapp@${version},
environment: env,
ignoreErrors: [ /* ... / ],
allowUrls: [ /
... / ],
denyUrls: [ /
... / ],
integrations: [
Sentry.browserTracingIntegration(),
Sentry.thirdPartyErrorFilterIntegration({
filterKeys: [SENTRY_APPLICATION_KEY],
behaviour: 'drop-error-if-contains-third-party-frames',
}),
Sentry.breadcrumbsIntegration({ dom: true }),
],
tracesSampler: samplingContext => { /
... / },
beforeSend(event, hint) { /
... */ },
});

Steps to Reproduce

FCP regression from ~442ms to ~1460ms after upgrading @sentry/react from 8.27.0 to 8.28.0

Expected Result

FCP remains comparable to 8.27.0 (~442ms)

Actual Result

FCP increased to ~1460ms (~3x regression) after upgrading to 8.28.0

Additional Context

No response

Priority

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions