Some of your basic things to check is to make sure the Application Insights resource is still connected to the web app.
- Go to the Azure portal and navigate to the Azure web app.
- Under the Monitoring section, select Application Insights.
- Check if the correct Application Insights resource is selected. If not, select the correct one.
If the correct resource is selected, check the SDK that your web app is using is configured correctly, e.g. instrumentation key, log analytics workspace, etc. If that's fine, check to make sure your app is still generating logs by checking the Log Stream in the portal followed by querying the traces
table for generated logs. Also, review this troubleshooting guide; it's for dotnet but there are other listed guides you can check as well.
Upon reviewing the guide, if nothing works or something documented does not help resolve the issue, please feel free to further elaborate on your current setup and share what you're currently seeing. We may need to work offline with you to further investigate.