How to use Sentry.io?

I need help with implement sentry.io on slim 4. I using @odan https://odan.github.io/slim4-skeleton/ for my project.

Hi @raha Have you startet with this setup for Sentry? What have you tried so far? Can you please add more details?

I was added the Sentry\init([‘dsn’ => $_ENV[‘SENTRY_DSN’]]); in the container but which is not worked so moved to bootstrap as like you mentioned now its working.

Thank you!

1 Like