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

Method removeAttribute

packages/core/src/js/NativeRNSentry.ts:40–40  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

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>;
43 fetchViewHierarchy(): Promise<number[] | undefined | null>;

Callers 5

removeAttributeMethod · 0.65
removeAttributeMethod · 0.65
removeAttributeMethod · 0.65
scopeSync.test.tsFile · 0.65
enableSyncToNativeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected