Remove Sentry dependencies and configuration. Introduce monitoring
setup for OpenTelemetry. Update logging to include log format
options, and replace Sentry error handling middleware with
monitoring handlers for GraphQL playground. Adjust environment
variable handling to enhance configuration clarity and flexibility.
Update apiVersion in the secrets.yaml file from v1beta1 to v1 to
ensure compatibility with the latest external-secrets API. This
change maintains the stability and functionality of secrets
management in Kubernetes deployments.
This change removes the namespace field from the ExternalSecret
definition in the secrets.yaml file, allowing for more flexible
deployment within different namespaces without the need for
modification.
Add a new extract for RabbitMQ in the secrets and include
AMQP_URL in local secrets. Update the merge policy and
engine version in the deployment template. Remove unused
RabbitMQ secret reference from the deployment. These changes
improve configuration management and ensure consistency
between environments.