Hi all, I'd like to see if I can work on <https://...
# contributing
s
Hi all, I'd like to see if I can work on https://github.com/SigNoz/signoz/issues/5036. Is there any instructions on how to get started?
v
@Vikrant Gupta/ @Yunus M Should be able to help you here
v
the issue is with scripts / css getting loaded on the fly over the internet. you can start by bundling those with the application itself so that we do not have any dependency over the internet access
s
Got it. I'll try to raise a draft PR today for you to review
Can I get test URL for this? @Vishal Sharma @Vikrant Gupta
I used my own self hosted environment URL for basic testing
v
@Sai Chander You would need to test it in an air gapped environment rather than any test environment URL. does your self hosted environment had internet access ?
s
It had internet access but I checked the network calls to validate this
I can double verify once again today to list down any external calls that are being fired as a comment in the PR
I have updated the PR description to include the domains that are still being called from the frontend code. I'm not exactly sure if they are blocking calls or not but my intuition is they aren't blocking. Since they are mostly for analytics, intercom and checking for updates.