Multiple log sources in one project possible?

We’re a medical company and I’m currently testing Sentry on a staging server. This server has a relatively simple Laravel website running. I added it in Sentry as a Laravel-project. This is going fine; I can view the Laravel logs in Sentry.

To keep this website running there are more logs though; Apache access and error logs, mysql logs and some other custom activity logs. Is it somehow possible to add these logs to the same Sentry project so that I can view them in one stream? Or do I need to add all these logs as separate projects?

Nevermind. I found Sentry isn’t a logger, but more of an exception logger. Found that apache logs cannot be tracked.