baato / before-after

Generate before-after maps for OpenStreetMap with ease.
https://beforeafter.baato.io/
21 stars 2 forks source link

Add sentry for log capture #39

Open Aadesh-Baral opened 1 year ago

drklrd commented 1 year ago

Is this just the initialization of Sentry? Do we need to include log-capturing snippets? @Aadesh-Baral

Aadesh-Baral commented 1 year ago

I don't think any snippets are required for capturing logs. By default Error and Panic level logs will be captured after the initialization of sentry. Setting debug: true it will also capture debug level logs.

Aadesh-Baral commented 1 year ago

@drklrd Verified this integration is working.