Skip to content

Commit 8500da4

Browse files
committed
Fixed documentation
1 parent 4b0cafc commit 8500da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export async function close(timeout?: number): Promise<boolean> {
146146
}
147147

148148
/**
149-
* A function that returns a Sentry release string dynamically, if a release string is not passed
149+
* A function that returns a Sentry release string dynamically from env variables
150150
*/
151151
export function getSentryRelease(): string {
152152
// Fetches the variable that sentry-webpack-plugin injects

0 commit comments

Comments
 (0)