{
  "name": "sentry-native",
  "href": "https://vcpkg.link/ports/sentry-native",
  "supports": "!uwp",
  "published_at": "2026-05-16T04:29:46.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://sentry.io/",
  "description": [
    "Sentry SDK for C, C++ and native applications."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.14.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/371d1f7a6c3eb391037e9c2bcddf0bec85675bf1/ports/sentry-native",
    "hash": "371d1f7a6c3eb391037e9c2bcddf0bec85675bf1"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "libunwind",
      "href": "https://vcpkg.link/ports/libunwind",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "backend",
      "default": [
        "all"
      ],
      "description": [
        "Enables the platform-specific backend.",
        "This feature does nothing for some platforms.",
        "Cf. https://github.com/getsentry/sentry-native#compile-time-options"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "pkgconf",
          "href": "https://vcpkg.link/ports/pkgconf",
          "is_host": true,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!android & !ios"
        },
        {
          "name": "sentry-native",
          "href": "https://vcpkg.link/ports/sentry-native",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!android & !ios & !windows"
        },
        {
          "name": "zlib",
          "href": "https://vcpkg.link/ports/zlib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!android & !ios"
        }
      ]
    },
    {
      "name": "compression",
      "default": [],
      "description": [
        "Enables gzip compression support for the transport.",
        "Cf.https://github.com/getsentry/sentry-native#compile-time-options"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zlib",
          "href": "https://vcpkg.link/ports/zlib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "transport",
      "default": [
        "all"
      ],
      "description": [
        "Enables the platform-specific network transport.",
        "This feature does nothing for some platforms.",
        "Cf. https://github.com/getsentry/sentry-native#compile-time-options"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "!windows"
        }
      ]
    },
    {
      "name": "wer",
      "default": [
        {
          "raw": "windows & !static",
          "expression": {
            "type": "and",
            "left": {
              "type": "node",
              "value": "windows"
            },
            "right": {
              "type": "not",
              "expression": {
                "type": "node",
                "value": "static"
              }
            }
          }
        }
      ],
      "description": [
        "Enables the Windows Error Reporting backend.",
        "Cf.https://github.com/getsentry/sentry-native#compile-time-options"
      ],
      "supports": "windows & !static",
      "dependencies": [
        {
          "name": "sentry-native",
          "href": "https://vcpkg.link/ports/sentry-native",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}