Solutionunvalidated
Move the Sentry config up to config/packages/sentry.yaml (or adjust the resource path to match where it actually resides) and update bundles.php so SentryBundle is loaded for the desired environments (e.g., ['all' => true] or for both dev and prod).
9eabc057-dfb2-462e-9c5a-1914b96235d6
Move the Sentry config up to config/packages/sentry.yaml (or adjust the resource path to match where it actually resides) and update bundles.php so SentryBundle is loaded for the desired environments (e.g., ['all' => true] or for both dev and prod).