-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Adding sentry to Remix increases latency by a lot #12285
Comments
See also epicweb-dev/epic-stack#744 and remix-run/remix#9396 |
@aon if you disable performance monitoring by removing |
Removing |
So it seems the issue is with performance monitoring. Hopefully this is addressed by #12110 then cc @onurtemizkan |
Hopefully then. Thanks for the quick answer! Let me know how could I test this @onurtemizkan or how could I help out. |
Thanks for reporting this @aon! This is weird, I have tried to reproduce this locally but the Could you provide us with a minimal reproduction in the meantime? Also alternatively you can build from the branch https://github.com/getsentry/sentry-javascript/tree/onur/remix-otel-migration, and test to see if that update helps. |
Hi @onurtemizkan! I created it here https://github.com/aon/minimum-sentry-remix. Please let me know your findings. Thanks! |
BTW @onurtemizkan I've tried building the branch and I couldn't.
|
We've released the changes with https://github.com/getsentry/sentry-javascript/releases/tag/8.10.0. To start using it, add https://docs.sentry.io/platforms/javascript/guides/remix/manual-setup/#server-side-configuration |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
8.6.0
Framework Version
2.9.1
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
loader
to a pageExpected Result
As we're using a localhost environment, latency should be in the order of 1 ms.
Actual Result
Latency is in the order of 200/300ms.
The text was updated successfully, but these errors were encountered: