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 4b0cafc commit 8500da4Copy full SHA for 8500da4
packages/node/src/sdk.ts
@@ -146,7 +146,7 @@ export async function close(timeout?: number): Promise<boolean> {
146
}
147
148
/**
149
- * A function that returns a Sentry release string dynamically, if a release string is not passed
+ * A function that returns a Sentry release string dynamically from env variables
150
*/
151
export function getSentryRelease(): string {
152
// Fetches the variable that sentry-webpack-plugin injects
0 commit comments