File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export async function close(timeout?: number): Promise<boolean> {
149
149
}
150
150
151
151
/**
152
- * A function that returns a Sentry release string dynamically from env variables
152
+ * Returns a release dynamically from environment variables.
153
153
*/
154
154
export function getSentryRelease ( ) : string | undefined {
155
155
// Always read first as Sentry takes this as precedence
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ export interface Transport {
14
14
sendEvent ( event : Event ) : PromiseLike < Response > ;
15
15
16
16
/**
17
- * Sends the session to the Store endpoint in Sentry.
17
+ * Sends the session to the Envelope endpoint in Sentry.
18
18
*
19
- * @param body Session that should be sent to Sentry.
19
+ * @param session Session that should be sent to Sentry.
20
20
*/
21
21
sendSession ?( session : Session ) : PromiseLike < Response > ;
22
22
You can’t perform that action at this time.
0 commit comments