Hi,
I’m using camunda-bpm-platform:7.11.0 and I would like to add Sentry integration. Is there any way to do it without making my own docker image? Can we somehow handle it by overriding some config file via the docker volumes
?
We need to monitor errors that happen during runtime to know when some of our process definitions contain errors.
Thanks in advance.