We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51a807 commit 264e3e3Copy full SHA for 264e3e3
packages/node/src/sdk.ts
@@ -235,6 +235,8 @@ export function getSentryRelease(fallback?: string): string | undefined {
235
process.env.ZEIT_GITHUB_COMMIT_SHA ||
236
process.env.ZEIT_GITLAB_COMMIT_SHA ||
237
process.env.ZEIT_BITBUCKET_COMMIT_SHA ||
238
+ // Cloudflare Pages - https://developers.cloudflare.com/pages/platform/build-configuration/#environment-variables
239
+ process.env.CF_PAGES_COMMIT_SHA ||
240
fallback
241
);
242
}
0 commit comments