MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / setConversationId

Function setConversationId

packages/core/src/exports.ts:166–168  ·  view source on GitHub ↗
(conversationId: string | null | undefined)

Source from the content-addressed store, hash-verified

164 * @param conversationId The conversation ID to set. Pass `null` or `undefined` to unset the conversation ID.
165 */
166export function setConversationId(conversationId: string | null | undefined): void {
167 getIsolationScope().setConversationId(conversationId);
168}
169
170/**
171 * The last error event id of the isolation scope.

Callers

nothing calls this directly

Calls 2

getIsolationScopeFunction · 0.90
setConversationIdMethod · 0.80

Tested by

no test coverage detected