sentry-javascript
sentry-javascript copied to clipboard
Adding sentry to Remix increases latency by a lot
Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/
- [X] 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?
@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
- Create a remix project with express as backend
- Add sentry to your project following instructions in https://docs.sentry.io/platforms/javascript/guides/remix/manual-setup/#installation
- Add a
loader
to a page - Build and start application
- See how latency increases
Expected 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.