Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InvolutionHell/involutionhell-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: InvolutionHell/involutionhell-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chore/backend-sentry
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on May 12, 2026

  1. chore(sentry): 接入 sentry-spring-boot-4-starter 8.41.0

    - pom.xml 加 sentry-spring-boot-4-starter,专配 Spring Boot 4 / Spring 7
    - application.properties: DSN / environment / release 走 env 注入,
      traces-sample-rate=0 先只跑 errors,send-default-pii=false
    - Dockerfile: ARG SENTRY_RELEASE -> ENV,让 SDK 自动打 release tag
    - docker-compose.yml: 透传 SENTRY_DSN / SENTRY_ENVIRONMENT / SENTRY_RELEASE
    - .github/workflows/deploy.yml: build 时把 git short SHA 当 release 传进去
    - .env.example: 补 SENTRY_ 占位符 + 注释"留空即禁用上报"
    longsizhuo committed May 12, 2026
    Configuration menu
    Copy the full SHA
    4c99175 View commit details
    Browse the repository at this point in the history
Loading