opensafely-core / job-server

A server for mediating jobs that can be run in an OpenSAFELY secure environment. q.v. job-runner
https://jobs.opensafely.org
Other
5 stars 10 forks source link

Sentry messages not appearing in Sentry #3386

Closed ghickman closed 1 year ago

ghickman commented 1 year ago

We use Sentry's capture_message feature to pass errors up from job-runner to Sentry in our API handler.

This is not currently working, with messages of any kind not appearing in the event list. We can send messages from the Django shell, for example, but sending them from a view means they don't show up.

If we use a different project in Sentry then they do show up from a view.

I've reached out to Sentry via their support portal to ask for help as the above suggests it's a configuration issue with our job-server project on Sentry.

ghickman commented 1 year ago

Closing in favour of #3366