Skip to content

fix(backend): upgrade @sentry/node to v10 and pin @opentelemetry/resources to fix Node.js v24 crash #1789

fix(backend): upgrade @sentry/node to v10 and pin @opentelemetry/resources to fix Node.js v24 crash

fix(backend): upgrade @sentry/node to v10 and pin @opentelemetry/resources to fix Node.js v24 crash #1789

Workflow file for this run

name: PR Gate
# This gate simply validates that we can build the docker container.
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: "true"
- name: Build Docker image
id: build
uses: docker/build-push-action@v6
with:
context: .