Skip to content

Commit

Permalink
Disable sentry on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 15, 2024
1 parent 9619e92 commit 5df4ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ jobs:
-D ENABLE_TESTS=ON \
-D NUGET_USERNAME=opengisch \
-D NUGET_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-D SENTRY_DSN=${{ secrets.SENTRY_DSN }} \
-D SENTRY_ENV="${APP_ENV}" \
-D MACOS_CODE_SIGN_IDENTITY="Apple Development" \
-D CMAKE_CXX_VISIBILITY_PRESET=hidden \
-D CMAKE_OSX_DEPLOYMENT_TARGET=${{ matrix.deployment-target }} \
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"qtwebview",
{
"name": "sentry-cocoa",
"platform": "ios | osx"
"platform": "ios"
},
{
"name": "sentry-native",
Expand Down

0 comments on commit 5df4ce6

Please sign in to comment.