Skip to content

Commit 3463f04

Browse files
committed
feat: build the latest .0 release of the SDK. Our current latest build (0.7.6) doesnt support custom transaction filtering
1 parent b29e2c8 commit 3463f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: CI
44
env:
55
# The version of sentry-native that should get built
66
# This will need to match the tags used in the getsentry/sentry-native repo
7-
# For example this version will use source from getsenttry/sentry-native tag "0.7.6"
8-
sentry_native_version: "0.7.6"
7+
# For example this version will use source from getsenttry/sentry-native tag "0.12.0"
8+
sentry_native_version: "0.12.0"
99

1010
on:
1111
pull_request:

0 commit comments

Comments
 (0)