Hello team!
I am trying to install Sentry in my Gatsby (4.6) application with Cloudflare pages.
I have configured the Sentry plugin in gatsby-config such as:
{
resolve: "@sentry/gatsby",
options: {
dsn: "https://xxxxx",
release: process.env.CF_PAGES_COMMIT_SHA
}
},
But my builds are stll failing in cloudflare:
Sentry CLI Plugin: Unable to determine version. Make sure to include release
09:47:55.387 option or use the environment that supports auto-detection
09:47:55.388 https://docs.sentry.io/cli/releases/#creating-releases