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> {
149149}
150150
151151/**
152- * A function that returns a Sentry release string dynamically from env variables
152+ * Returns a release dynamically from environment variables.
153153 */
154154export function getSentryRelease ( ) : string | undefined {
155155 // 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 {
1414 sendEvent ( event : Event ) : PromiseLike < Response > ;
1515
1616 /**
17- * Sends the session to the Store endpoint in Sentry.
17+ * Sends the session to the Envelope endpoint in Sentry.
1818 *
19- * @param body Session that should be sent to Sentry.
19+ * @param session Session that should be sent to Sentry.
2020 */
2121 sendSession ?( session : Session ) : PromiseLike < Response > ;
2222
You can’t perform that action at this time.
0 commit comments