File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ const getPublicSessionHash = (sessionId: string): string =>
3737/**
3838 * Initialize and return session data.
3939 *
40+ * @note Potential breaking change with the move to using `mode` in channel names.
41+ * However, the session ID shifts, so we're unclear why someone would be using
42+ * the whole channel name, plus there's a provided callback associated with
43+ * logging. We'll note the update in release notes.
44+ *
4045 * @returns {AppSession } Immutable session with a session ID and channel name.
4146 */
4247const initializeSession = ( ) : AppSession => {
@@ -182,6 +187,11 @@ const getLoggerOptions = (session = getSessionOptions()): LoggingSession => {
182187/**
183188 * Get stat channel options from the current context.
184189 *
190+ * @note Potential breaking change with the move to using `mode` in channel names.
191+ * However, the session ID shifts, so we're unclear why someone would be using
192+ * the whole channel name, plus there's a provided callback associated with
193+ * stats. We'll note the update in release notes.
194+ *
185195 * @param {AppSession } [options] - Session options to use in context.
186196 * @returns {StatsSession } Stats options from context.
187197 */
You can’t perform that action at this time.
0 commit comments