Skip to content

Commit 56565c6

Browse files
committed
Added missing bracket to end of function
1 parent 96f4011 commit 56565c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node/src/sdk.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ export function isAutosessionTrackingEnabled(): boolean {
166166
return clientOptions.autoSessionTracking;
167167
}
168168
return false;
169+
}
169170

170-
/**
171+
/**
171172
* Function that returns a Sentry release string dynamically from env variables
172173
*/
173174
function getSentryRelease(): string | undefined {

0 commit comments

Comments
 (0)