Apache Logs in Sentry

Apologies if this is a stupid question, but is there an easy way to aggregate Apache error and access logs into a Sentry Project?

Cheers

There is not – Sentry’s not a log aggregator, but rather an SDK you embed in your application. This allows Sentry to collect a large amount of context not available to logging systems.

1 Like

No problem - thanks Daivd