From a66cefff1d1d088eeaf0b7a56efecb91336b3c9d Mon Sep 17 00:00:00 2001 From: Ben Strutt Date: Thu, 4 Dec 2025 16:44:25 +0000 Subject: [PATCH] feat: build the latest .0 release of the SDK. Our current latest build (0.7.6) doesnt support custom transaction filtering --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e87323..56fdbdc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,8 @@ name: CI env: # The version of sentry-native that should get built # This will need to match the tags used in the getsentry/sentry-native repo - # For example this version will use source from getsenttry/sentry-native tag "0.7.6" - sentry_native_version: "0.7.6" + # For example this version will use source from getsenttry/sentry-native tag "0.12.0" + sentry_native_version: "0.12.0" on: pull_request: