-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support custom Webpack SSR solutions #114
Comments
@jacek213 This is expected, as |
I want to integrate appsignal into react app which has SSR enabled, thus a part of the app is a node server. Server + frontend app is bundled with webpack. Should I stick to javascript integration only? |
@jacek213 Understood! Admittedly, as this project is still in the early stages, our story around SSR enabled apps is not great (yet). We want to have a much better story around this, including performance monitoring, but this will take a little time. I'd recommend seeing how far you can get with the JavaScript integration for now - we have a new release going out this week that should make things much better for SSR enabled apps, but the current version should still work. If it doesn't work for you, feel free to follow up with me in a new issue in the For now, it would help me to know, are you using a framework like Next.js or Gatsby to manage this, or did you roll your own solution with Webpack? |
@xadamy thanks a lot for clarification :) We're about to test the We're not using any frameworks - we have our own solution built with webpack. |
@jacek213 Great, in which case I'll turn this into a tracking issue for supporting custom Webpack SSR solutions. I'll update this issue once there's any progress here. Thanks! |
@xadamy I just noticed that nodejs lib |
I'm hitting this issue trying to get this working in an electron app! |
@jacek213 No updates just yet, but expect something very soon along! 🤞 @hcatlin @jacek213: It would help me greatly if I was able to reproduce the way you're setting things up locally, particularly how you are setting up your |
Also, I'm wondering if adding |
Not relevant anymore with v3 |
Hello,
I'm trying to integrate this lib into node app which uses webpack.
However it all ends up with an error:
Help would be much appreciated :)
The text was updated successfully, but these errors were encountered: