From b5cd33af65d86cdffa6ce4869788c1080dfed0ce Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Thu, 5 Mar 2026 15:30:38 +0100 Subject: [PATCH] chore: Use GitHub native PR references in stack list format Co-Authored-By: Claude Opus 4.6 --- .cursor/rules/pr.mdc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cursor/rules/pr.mdc b/.cursor/rules/pr.mdc index 3b8f73194b..44cf7e2f6e 100644 --- a/.cursor/rules/pr.mdc +++ b/.cursor/rules/pr.mdc @@ -204,9 +204,9 @@ Format: ```markdown ## PR Stack () -- [#5118](https://github.com/getsentry/sentry-java/pull/5118) — Add scope-level attributes API -- [#5120](https://github.com/getsentry/sentry-java/pull/5120) — Wire scope attributes into LoggerApi and MetricsApi -- [#5121](https://github.com/getsentry/sentry-java/pull/5121) — Showcase scope attributes in Spring Boot 4 samples +- #5118 +- #5120 +- #5121 --- ```