MCPcopy Index your code
hub / github.com/getsentry/sentry-react-native / setAttributes

Method setAttributes

packages/core/src/js/NativeRNSentry.ts:39–39  ·  view source on GitHub ↗
(attributes: UnsafeObject)

Source from the content-addressed store, hash-verified

37 setTag(key: string, value: string): void;
38 setAttribute(key: string, value: string): void;
39 setAttributes(attributes: UnsafeObject): void;
40 removeAttribute(key: string): void;
41 enableNativeFramesTracking(): void;
42 fetchModules(): Promise<string | undefined | null>;

Callers 12

setAttributesMethod · 0.65
setAttributesMethod · 0.65
setAttributesMethod · 0.65
scopeSync.test.tsFile · 0.65
enableSyncToNativeFunction · 0.65
_onTouchStartMethod · 0.65
tagSpanWithDeepLinkFunction · 0.65
setScopePropertiesFunction · 0.65
setScopePropertiesFunction · 0.65
setScopePropertiesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected